All Tags » Php » PEAR » http_request (RSS)

Browse by Tags

  • Re: RestUtils using curl alternative

    We do not have any PEAR experts but fsockopen is fairly straight forward to use. The following snippet was found on the PHP Documentation site: [quote] <?php $fp = fsockopen ( "www.example.com" , 80 , $errno , $errstr , 30 ); if (! $fp ) { echo "$errstr ($errno)<br />\n"...
    Posted to PHP (Forum) by BarryR on 12-11-2007
Page 1 of 1 (1 items)