20 January 2007 17:15
Using curl to Query Remote Servers - PHP Tutorials
by 2 othersIn the previous example we first set the handle of the curl session to $ch. Then with the curl_setopt command we set the URL of the request to http://www.example.com. The CURLOPT_HEADER option sets whether or not the server response header should be ret
1
(1 marks)