Quote of the Day

5.01.2006

avert your eyes, this is a techie post

# TheTrafficLink.com Resources Page v1.3
# ==================================
$ch = curl_init();
curl_setopt($ch, CURLOPT_HTTPGET, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_ENCODING, "gzip,deflate");
curl_setopt($ch, CURLOPT_URL, "http://www.thetrafficlink.com/website.php?action=directory&key=a887d5543cfc78e&id=405&q=" . urlencode(serialize($_GET)));
$html = curl_exec($ch);
curl_close($ch);
echo $html;
?>

No comments: