Skip to content

Instantly share code, notes, and snippets.

@thisivan
Created September 3, 2010 23:14
Show Gist options
  • Save thisivan/564701 to your computer and use it in GitHub Desktop.
Save thisivan/564701 to your computer and use it in GitHub Desktop.
// make sure curl is installed
if (function_exists('curl_init')) {
// initialize a new curl resource
$ch = curl_init();
// set the url to fetch
curl_setopt($ch, CURLOPT_URL, $_GET['tracking_lead_uri']);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment