GIF89a;
| Direktori : /home/serb/www/ |
| Current File : /home/serb/www/escort_atoz.php |
<? session_start();
include("lib/globals.php");
include("lib/common.php");
include("lib/functions.php");
$page="my_account";
?>
<? include "includes/header_top.php";?>
<body>
<? include "includes/header.php";?>
<div class="hdr_foo">
<div class="hrd_ftmenu">
</div>
</div>
<div class="main_bg">
<div style="height:32px;"></div>
<div style="width:1000px; margin:0 auto;">
<div class="menuleft_contain">
<? include "includes/escortdetails_leftcontent.php";?>
</div>
<div class="acountright_contain">
<div class="acccmid1_header">Escort A To Z</div>
<div class="accountrightct_mid">
<div class="small_space"></div>
<div class="profile_data">
<?
$sql_alfa="SELECT * FROM atozsearch";
$res_alfa=execute_query($sql_alfa);
while($row_alfa=mysql_fetch_array($res_alfa))
{
$alfa=$row_alfa['alfa'];
$sql_escort="SELECT * FROM user_info WHERE username like '$alfa%' ";
$res_escort=execute_query($sql_escort);
$num_escort=mysql_num_rows($res_escort);
if($num_escort>0)
{?>
<div class="escort_atoz">
<h1><? echo $alfa; ?></h1>
</div>
<div style=" margin:0 auto; width:650px;">
<? while($row_escort=mysql_fetch_array($res_escort))
{
$sql_newescort="SELECT * FROM escort_details WHERE user_id='".$row_escort['userid']."'";
$res_newescort=execute_query($sql_newescort);
$row_newescort=mysql_fetch_array($res_newescort);
$num_newescort=mysql_num_rows($res_newescort);
if($num_newescort>0)
{
?>
<div class="srcestname"><a href="escort-service-dtls.php?estid=<?=$row_newescort['id']?>&city_id=<?=$row_newescort['escort_city']?>" style="color:#690054;"><?=$row_escort['username']?></a></div>
<? } else
{?>
<div class="srcestname"><?=$row_escort['username']?></div>
<? } } ?>
<br class="spacer" />
</div>
<br/>
<? }/////end if
}
?>
<br class="spacer" />
</div>
<br class="spacer" />
</div>
</div>
<br class="spacer" />
</div>
<br/>
</div>
<? include "includes/footer.php";?>