[thelist] ...try again

kasimir-k kasimir.k.lists at gmail.com
Tue Aug 25 10:54:49 CDT 2009


John Corry scribeva in 2009-08-23 06:25:
> That's the problem. The awful host the site is on has php compiled -- 
> without-curl . 

cURL is not the only option for a HTTP client in PHP. You could roll 
your own using PHP's fsockopen()[0], or use Zend Framework's HTTP 
client[1], which uses fsockopen(), or google for loads of alternatives[2].

.k

[0] http://php.net/fsockopen
[1] http://framework.zend.com/manual/en/zend.http.html
[2] http://google.com/search?q=php+http+client



More information about the thelist mailing list