Search found 2 matches
- Wed Apr 13, 2011 6:13 am
- Forum: PHP - Code
- Topic: Its driving me mad.
- Replies: 3
- Views: 404
Re: Its driving me mad.
Ok I appreciate the education. So I used curl like so . <?php $data = "<soap:Envelope>[...]</soap:Envelope>"; $tuCurl = curl_init(); curl_setopt($tuCurl, CURLOPT_URL, "http://dendritics.com/scales/metal-calc.asp?WeightU=1&Units=ozt&Metal=Ag&PurityC=.999&Purity=0.999&am...
- Wed Apr 13, 2011 5:02 am
- Forum: PHP - Code
- Topic: Its driving me mad.
- Replies: 3
- Views: 404
Its driving me mad.
Its driving me mad. Ok guys this is driving me crazy. I have done a little php and I like it but I have this problem. I know how to pass data by url and receive it from the url with GET and POST. But now I have a url specifically. http://dendritics.com/scales/metal-calc.asp?WeightU=1&Units=ozt&a...