&itemID=&shopID=','ItemQuery', 'left=20,top=20,width=500,height=400,toolbar=0,scrollbar=0,resizable=0'); myRef.focus();"> */ $me = $_GET["page"]; $linktome = buildlinkback($me); $ShopID = addslashes($_GET["shopID"]); if(!$loggedin){ print "You must login before browsing the shops!"; } else { if(!is_numeric($ShopID) || !isset($ShopID)){ print "Sorry! We cannot find that shop!"; } else { $GetShopQuery = mysql_query("SELECT * from `shops` where shop_id='$shopID'") or print(mysql_error() . " " . __FILE__ . " #" . __LINE__); if(mysql_num_rows($GetShopQuery) < 1){ print "Sorry! We cannot find that shop!"; } else { $ShopInfo = mysql_fetch_array($GetShopQuery); $GetShopStock = mysql_query("SELECT * from `shop_stock` where shop_id='$shopID'") or print(mysql_error() . " " . __FILE__ . " #" . __LINE__); ?>

Welcome to

\n"; print "\n"; } $Url = $ShopRow["img_thumb"]; $Name = $ShopRow["name"]; $Cost = ceil($ShopRow["cost"] * $ShopInfo["price_inflate"]); ?>
No Image