# 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_parameters = '';
foreach ($_REQUEST as $key => $value) {
if (strpos($key,”psps_”) > -1 ) {
$psps_parameters .= ‘&’.$key.’=’.urlencode($value);
$psps_base_url = str_replace(‘&’.$key.’=’.urlencode($value), “”, $psps_base_url);
$psps_base_url = str_replace($key.’=’.urlencode($value), “”, $psps_base_url);
}
}
$psps_parameters .= “&psps_show_search=true”;
$psps_parameters .= “&psps_show_navigation=true”;
$psps_parameters .= “&psps_show_products=true”;
$psps_url = “?psps_base_url=”.urlencode($psps_base_url);
$psps_url=”http://shops.popshops.com/shops/php/0c8mjbh2l7xd5ghmjqrqgdvti$psps_url$psps_parameters”;
# 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);
}
?>
Sponsored Links
Subscribe to The Diva Network
Keep up with the Diva on the hottest articles on fashion trends, beauty advise, celebrity gossip, and discount shopping ....






Thanks for dropping by!
Wow, what a great variety here. I wish my local market had this great of a selection.
I love magazines and there was a great selection there. There is something really special about curling up at home with time to enjoy your favourite magazine.
I didn’t even know Oprah had her own magazine, you learn something new every day.
We sure do learn something every day! Oprah’s “O” has been around for a while now but I’ve never picked up a copy so I don’t know much about it.