Server IP : 103.53.40.154 / Your IP : 3.17.181.122 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/ppcad7no/uttamnagarproperties.com/uttam-admin/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php require_once("../includes/dbsmain.inc.php"); $reg_sql=db_query("select * from tbl_registration where 1 and reg_id='".$_REQUEST['user_id']."'"); if(mysqli_num_rows($reg_sql)>0){ $regdata=mysqli_fetch_array($reg_sql); @extract($regdata); } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>View Registration Detail - Uttam Nagar Property</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="styles.css" rel="stylesheet" type="text/css"> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td id="pageHead"><div id="txtPageHead" style="float:left">Registration Detail</div></td> </tr> </table> <table width="92%" cellpadding="2" cellspacing="2" border="1" style="margin-left:20px; margin-top:10px; border:1px solid #B7DBFF"> <tr> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">Image :</td> <td style="padding:5px; font-size:12px;" colspan="3"><?php if($reg_image_name!=''){ ?> <img src="../user_image/<?=$reg_image_name?>" height="70" width="70"> <? }else{ ?> <img src="../images/profile-img-placeholder.png" height="70" width="70"> <? } ?> </td> </tr> <tr> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">User Type :</td> <td style="padding:5px; font-size:12px;"><?=$reg_user_type?> </td> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">Business Name :</td> <td style="padding:5px; font-size:12px;"><?=$reg_display_name?> </td> </tr> <tr> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">Name :</td> <td style="padding:5px; font-size:12px;"><?=$reg_name?> </td> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">Email :</td> <td style="padding:5px; font-size:12px;"><?=$reg_email?> </td> </tr> <tr> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">Password :</td> <td style="padding:5px; font-size:12px;"><?=$reg_pass?> </td> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">Mobile No :</td> <td nowrap="nowrap" style="padding:5px; font-size:12px;"><?=$reg_mobile_no?> </td> </tr> <tr> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">Office No :</td> <td nowrap="nowrap" style="padding:5px; font-size:12px;"><?=$reg_office_no?> </td> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">Fax No :</td> <td nowrap="nowrap" style="padding:5px; font-size:12px;"><?=$reg_fax?> </td> </tr> <tr> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">Address :</td> <td style="padding:5px; font-size:12px;"><?=$reg_address?> </td> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">Zip Code :</td> <td nowrap="nowrap" style="padding:5px; font-size:12px;"><?=$reg_zip_code?> </td> </tr> <tr> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">City :</td> <td nowrap="nowrap" style="padding:5px; font-size:12px;"><?=$reg_city?> </td> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">State :</td> <td nowrap="nowrap" style="padding:5px; font-size:12px;"><?=$reg_state?> </td> </tr> <tr> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">Country :</td> <td nowrap="nowrap" style="padding:5px; font-size:12px;"><?=$reg_country?> </td> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">Facebook URL :</td> <td style="padding:5px; font-size:12px;"><?=$reg_facebook_url?> </td> </tr> <tr> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">Twitter URL :</td> <td style="padding:5px; font-size:12px;"><?=$reg_twitter_url?> </td> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">Google+ URL :</td> <td style="padding:5px; font-size:12px;"><?=$reg_google_url?> </td> </tr> <tr> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">LinkedIn URL :</td> <td style="padding:5px; font-size:12px;"><?=$reg_linkdin_url?> </td> <td nowrap="nowrap" style="padding:5px; font-weight:bold; font-size:12px;">Business Summary :</td> <td style="padding:5px; font-size:12px;"><?=$reg_user_description?> </td> </tr> <tr valign="top"> <td class="tdLabel" align="center" colspan="4"><A href="javascript:self.close()"><strong style="font-size:16px;"><u>Close</u></strong></a></td> </tr> </table> </body> </html>