GIF89a;
Direktori : /home/serb/www/ |
Current File : /home/serb/www/catagory_wise_search.php |
<? session_start(); include("lib/globals.php"); include("lib/common.php"); include("lib/functions.php"); ?> <? if($_POST['escot_src']) { $sql_query="select * from city"; <? } ?> <?php /*?>$sql="SELECT * FROM citys WHERE name='".$_POST['citysearch']."'"; $res=execute_query($sql); $num=mysql_num_rows($res); if($num>0) { $row_city=mysql_fetch_array($res); ?> <script language="javascript"> location.href="list-massage-parlor.php?city_id=<?= $row_city['id']?>"; </script> <? } else { ?> <script language="javascript"> alert("Sorry, you have provided an invalid City Name"); location.href="list-massage-parlor.php"; </script> <? }<?php */?>