Loading php/examples/simpleget.php +5 −4 Original line number Diff line number Diff line # # A very simple example that gets a HTTP page. # <?php // // A very simple example that gets a HTTP page. // $ch = curl_init(); Loading @@ -10,4 +11,4 @@ curl_setopt ($ch, CURLOPT_HEADER, 0); curl_exec ($ch); curl_close ($ch); ?> Loading
php/examples/simpleget.php +5 −4 Original line number Diff line number Diff line # # A very simple example that gets a HTTP page. # <?php // // A very simple example that gets a HTTP page. // $ch = curl_init(); Loading @@ -10,4 +11,4 @@ curl_setopt ($ch, CURLOPT_HEADER, 0); curl_exec ($ch); curl_close ($ch); ?>