if(isset($country)) { $page_title="International Shipping - Find Online Shoe Stores that Ship to $country"; } else { $page_title="International Shipping - Find Online Shoe Stores that Ship to Your Country"; } include('header.inc'); ?> if(isset($country)) { $countryf=ucwords(strtolower($country)); echo"
Click on a logo below to visit the following online retailers that ship to '.$countryf.':
'; $sql="SELECT * FROM comparis_intship WHERE intship_country = '$country'"; $result=mysql_query($sql, $db) or die(mysql_error()); while($newArray=mysql_fetch_array($result)) { if($newArray['intship_solestruck']>0) {$avsolestruck = '
'; } else {$avsolestruck="";}
if($newArray['intship_shoebuy']>0) {$avshoebuy = '
'; } else {$avshoebuy="";}
if($newArray['intship_shoes']>0) {$avshoes = '
'; } else {$avshoes="";}
if($newArray['intship_footlocker']>0) {$avfootlocker = '
'; } else {$avfootlocker="";}
if($newArray['intship_finish']>0) {$avfinish = '
'; } else {$avfinish="";}
echo ''.$avshoes.' '.$avshoebuy.' '.$avsolestruck.' '.$avfootlocker.' '.$avfinish.'
'; } echo 'Consult to table below or select your country from the form to find online shoe retailers that ship to you.
Country |
ShoeBuy |
Solestruck |
Footlocker |
FinishLine |
|---|---|---|---|---|
| Shoe stores that ship to '.$countryf.' | '.$intship_shoebuy.' | '.$intship_solestruck.' | '.$intship_footlocker.' | '.$intship_finish.' |