GIF89a;
| Direktori : /home/serb/www/ |
| Current File : /home/serb/www/search_details.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">Massage Parlor In AdultRubs </div>
<div class="insd_wr_mid">
<div style="margin-left:14px;">
<?
if($_GET['ethid'])
{
$sql_fmescort="select b.parlor_id,b.ethnicity_id,c.id,c.name,c.pic from parlor_ethnicity b inner join massageparlor c on b.parlor_id=c.id where b.ethnicity_id='".$_GET['ethid']."' And c.status='a' group by c.name ";
$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: 2px;" /></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: 2px;"/></a>
<p align="center" style="font-size:10px !important;"><? echo $row_fmescort['name']?></p>
<? } ?>
</div>
<? } ?>
</div>
<br class="spacer" />
</div>
<div class="insd_wr_bottom"></div>
</div>
</div>
<br class="spacer" />
<? include "includes/footer.php";?>