Posted by shotokan99 on 06/26/07 03:43
this is how i did it but i got no reply... $ch=curl_init(); curl_setopt($ch,CURLOPT_URL,$xgo); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $xresult=curl_exec($ch); echo var_dump($xresult); what to do to trap the response?
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming