GIF89a;
| Direktori : /home/serb/www/ |
| Current File : /home/serb/www/search_msgdtls.php |
<? session_start();
include("lib/globals.php");
include("lib/common.php");
include("lib/functions.php");
?>
<? include "includes/header_top.php";?>
<body>
<? include "includes/header.php";?>
<div class="wrapper">
<div class="top_space" style="height:15px;"></div>
<div class="inside_wrp_top">
<div class="insd_wr_top">Map Direction</div>
<div class="insd_wr_mid">
<? $sql_fmescort="select * from massageparlor ";
$res_fmescortl=execute_query($sql_fmescort);
$num_fmescort=mysql_num_rows($res_fmescortl);
while($row_fmescort=mysql_fetch_array($res_fmescortl))
{ ?>
<div class="escort_div">
<? if($row_fmescort['pic']==""){
?><a href="#">
<img src="images/No Image.gif" style="width:100%; height:86px; border-radius: 5px;" /></a>
<p align="center" style="font-size:8px;"><? echo $row_fmescort['name']?></p>
<? }else{ ?>
<a href="#">
<img src="avtar/<?=$row_fmescort['pic'] ?>" style="width:100%; height:86px; border-radius: 5px;"/></a>
<p align="center" style="font-size:10px !important;"><? echo $row_fmescort['name']?></p>
<? } ?>
</div>
<? }?>
<br class="spacer" />
</div>
<div class="insd_wr_bottom"></div>
</div>
</div>
<br class="spacer" />
<? include "includes/footer.php";?>