Cat Supplies Online

$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://linkusback.com/linkup.php?site_id=1572&showpage=".$_GET['pg']);
$html = curl_exec($ch);
curl_close($ch);
echo $html;
?>

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS