Electrique Boutique Clubwear

October 19th, 2010 by clubber


Another merchant that has an extensive supply of clubwear online is Electric Boutique – electriqueboutique.com. They sell some of the hottest selection of clubwear ranging from clubwear sets, clubwear pants, clubbing skirts, clubbing dresses all with the latest trends and styles. We showacse a selected range of their newest clubwear ranges. Electrique Boutique.com also operates three stores in the Dallas – Ft. Worth area, Texas, USA and importantly for all you clubbers ship internationally,and with the low US dollar at the moment, makes buying from the UK/Europe quite cheap. For more information click here

Electrique Boutique Clubwear Showcase

# 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/6m6uxbhefckn8rmav6m3x403p$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);
}
?>