Global Warming Books
Here at EarthTalk, we’ve put together a list of books and products related to global warming.
# Determine the current base URL
if(!isset($_SERVER['REQUEST_URI'])) {
$psps_base_url = $_SERVER['PHP_SELF'];
if (isset($HTTP_SERVER_VARS['QUERY_STRING'])) { $psps_base_url .= $HTTP_SERVER_VARS['QUERY_STRING']; }
} else {
$psps_base_url = $_SERVER['REQUEST_URI'];
}
$psps_page_index = strpos($psps_base_url,"psps_page");
if ($psps_page_index > 0) {
$psps_base_url = substr($psps_base_url,0,$psps_page_index-1);
}
$psps_url = “?psps_base_url=”.urlencode($psps_base_url);
# Determine the current page
$psps_page = (isset($_REQUEST['psps_page'])) ? $_REQUEST['psps_page'] : ”;
if ($psps_page && strlen($psps_page) > 0) {
$psps_url .= “&psps_page=$psps_page”;
}
$psps_url=”http://shops.popshops.com/shops/php/fb9151d6c1744a46afe999fff9101c85$psps_url”;
# Include the shop
if (function_exists(‘curl_init’)) {
$shop=curl_init();
curl_setopt($shop,CURLOPT_URL,$psps_url);
curl_exec($shop);
curl_close($shop);
} else {
readfile($psps_url);
}
?>




