if ($_GET['m']==""){
$result10 = mysqli_query($con,"SELECT * FROM giannikrattli WHERE gal ='Zurichcity' AND zhcity='1' ORDER BY releases DESC LIMIT 7");
}else{
$result10 = mysqli_query($con,"SELECT * FROM giannikrattli WHERE releases LIKE '$_GET[m]%' AND gal ='Zurichcity' AND zhcity='1' ORDER BY releases DESC");
}
while($row10 = mysqli_fetch_array($result10))
{ ?>
echo $row10['id']; ?> | echo $row10['tag']; ?> | echo $row10[city]; ?>, if ($row10['country']=='Schweiz'){echo "Switzerland";}else{echo $row10['country'];} ?>
} ?>
if ($row10['gal']=="Zurich"){?>
"> }else{?> "> }?> if ($row10['bloge']!=""){?> The story behind the picture:
echo $row10['bloge']; ?> }?> Release: echo $row10['releases']; ?> Category: # echo $row10[maintag]; ?> if ($row10['gal']=="Zurich"){?> }else{?> }?> |
} ?>