Search found 2 matches

by chimanrao
Wed Sep 10, 2008 11:39 am
Forum: PHP - Code
Topic: help with curl
Replies: 3
Views: 726

Re: help with curl

I am not sure how to execute this, its a hosted website, I have only ftp access to it.
The host is http://www.3shost.com
When I logged the service request, the arrogant technical specialist said my code might be wrong..

is there any other way I can test this?
by chimanrao
Tue Sep 09, 2008 1:10 am
Forum: PHP - Code
Topic: help with curl
Replies: 3
Views: 726

help with curl

here is the snippet below, i keep getting curl error number 7, couldn't connect to host. I tried using the IP address instead of the URL.           $url = "http://www.google.com";           $ch = curl_init();             curl_setopt($ch, CURLOPT_URL, $url);                                 ...