GIF89a;
Direktori : /home/serb/www/ |
Current File : /home/serb/www/scrpicture_display.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">Picture</div> <div class="insd_wr_mid"> <div class="mid_topp"> <!-- <p style="width:970px; float:left; padding-left:5px; color:#666; font-weight:bold; font-family: 'Roboto Condensed', sans-serif; font-size:16px;">Title :</p>--> <? $sql_postadinfo="SELECT * FROM escorts WHERE esc_id='".$_GET['postid']."'"; $res_postadinfo=execute_query($sql_postadinfo); $row_postadinfo=mysql_fetch_array($res_postadinfo); ?> <table border="0" cellpadding="0" cellspacing="0"> <tr height="5px;"></tr> <tr> <td style=" width:130px;padding-left:5px; color:#666; font-weight:normal; font-family: 'Roboto Condensed', sans-serif; font-size:16px;">Contact Number:</td> <td><?=$row_postadinfo['esc_phone']?></td> </tr> <tr height="5px;"></tr> <tr> <td style=" width:130px; padding-left:5px; color:#666; font-weight:normal; font-family: 'Roboto Condensed', sans-serif; font-size:16px;">Information :</td> <td><? echo stripcslashes($row_postadinfo['esc_desc'])?></td> </tr> </table> </div> <br/> <div style="width:900px; margin:0 auto;"> <? $sql_pics="SELECT * FROM escorts WHERE esc_id='".$_GET['postid']."'"; $res_pics=execute_query($sql_pics); $row_pics=mysql_fetch_array($res_pics) ?> <div style="width:880px; margin:0 auto;"> <p style="text-align:center; margin:5px 10px 5px 10px;"> <? if($row_pics['esc_file_name']!=""){ ?> <img src="avtar/<?=$row_pics['esc_file_name'] ?>" style="border:1px solid #380C44; border-radius:3px;" /></a> <? } ?> </p> <p style="text-align:center; margin:5px 10px 5px 10px;"> <? if($row_pics['esc_file_name2']!=""){ ?> <img src="avtar/<?=$row_pics['esc_file_name2'] ?>" style="border:1px solid #380C44; border-radius:3px;" /></a> <? } ?> </p> <p style="text-align:center; margin:5px 10px 5px 10px;"> <? if($row_pics['esc_file_name3']!=""){ ?> <img src="avtar/<?=$row_pics['esc_file_name3'] ?>" style="border:1px solid #380C44; border-radius:3px;" /></a> <? } ?> </p> <p style="text-align:center; margin:5px 10px 5px 10px;"> <? if($row_pics['esc_file_name4']!=""){ ?> <img src="avtar/<?=$row_pics['esc_file_name4'] ?>" style="border:1px solid #380C44; border-radius:3px;" /></a> <? } ?> </p> </div> <br class="spacer" /> </div> <div class="insd_wr_bottom"></div> </div> </div> <br class="spacer" /> <? include "includes/footer.php";?>