Please check why this code is not working ? gurl.php test_gurl.php I am newbie in cURL. So can anyone find any error ?
For one thing this is not cUrl. The orginal creator named it gUrl. $fptr=fsockopen($site, $port, $errno, $errstr, $conntimeout); Code (markup): You trying to build a script that will automatically submit stuff to directory's?
you cannot place the http protocol in front of the url: http://directory.wtslink.com Code (markup): is wrong, you should use: directory.wtslink.com Code (markup):
I'll see if I can dig up something I used a while ago to post varibles to a site using cUrl. I'll post it later tonight when I get home.