Update comments and wrap in <?php and ?>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# A very simple example that gets a HTTP page.
|
||||
#
|
||||
<?php
|
||||
//
|
||||
// A very simple example that gets a HTTP page.
|
||||
//
|
||||
|
||||
$ch = curl_init();
|
||||
|
||||
@@ -10,4 +11,4 @@ curl_setopt ($ch, CURLOPT_HEADER, 0);
|
||||
curl_exec ($ch);
|
||||
|
||||
curl_close ($ch);
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user