GIF89a;
| Direktori : /home/serb/public_html/ |
| Current File : /home/serb/public_html/massage_porlor.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="roundeddiv4">
<? $sql_msgprl="SELECT * FROM massageparlor WHERE city_id='".$_GET['city_id']."'";
$res_msgprl=execute_query($sql_msgprl);
$num_msgprl=mysql_num_rows($res_msgprl);
?>
<h1>Erotic Massage Parlor(<?=$num_msgprl?>)</h1>
<div align="center">
<form action="register-process.php" method="post" name="f1" style="margin: 0px; padding: 0px;" onSubmit="return validate();">
<input name="submit_form" value="1" type="hidden">
<table class="join_table" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>Your Email address :</td>
<td><input name="emailAddrs" id="email" class="main_input" type="text"><br/>
<span>
e.g. myname@example.com. This will be used to sign-in to your account.
</span>
</td>
<td></td>
</tr>
<tr>
<td>Confirm your email :</td>
<td><input name="confrmEmail" id="cnfemail" class="main_input" type="text"></td>
<td></td>
</tr>
<tr>
<td>Create a Username :</td>
<td><input name="userName" id="username" class="main_input" type="text"></td>
<td></td>
</tr>
<tr>
<td>Choose a password :</td>
<td><input name="passWord" id="password" class="main_input" type="password"></td>
<td></td>
</tr>
<tr>
<td>Re-enter password :</td>
<td><input name="repassWord" id="repassword" class="main_input" type="password"></td>
<td></td>
</tr>
<tr>
<td>Word Verification :</td>
<td>
<table>
<tbody><tr>
<td width="312" valign="top">
<span>
Type the characters you see in the picture below.
</span>
<div>
<div>
<img src="CaptchaSecurityImages.php?width=100&height=40&characters=5" />
</div><br/>
<input id="security_code" name="security_code" type="text" /><br/>
<span>
Letters are not case-sensitive
</span>
</td>
</tr>
<tr>
<td></td>
<td>
</td>
</tr>
</tbody>
</table>
</td>
<td></td>
</tr>
<tr>
<td>Terms of Service :</td>
<td>Please check the Site Search Account information you've<br/> entered above (feel
free to change anything you like), and <br/> review the Terms of Service.</td>
<td></td>
</tr>
<tr>
<td></td>
<td>
<input src="images/submit.png" type="image" width="100" height="32" style="margin-left:20px;"/>
</td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</form>
</div>
</div>
</div>
<br class="spacer" />
<? include "includes/footer.php";?>