GIF89a;
| Direktori : /home/serb/www/ |
| Current File : /home/serb/www/advertise-vipmemberdtls.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="main_bg">
<div style="height:32px; width:1000px;">
</div>
<div style="width:1000px; margin:0 auto;">
<div class="statedetails">
<div class="stdtls_header">
Advertise - <span style="color:#000;">Vip Member </span>
</div>
<div class="stdtls_midder">
<div style=" width:960px; margin:0 auto;"><br/>
<div class="seftyleft">
<br/>
<img src="images/100safe.png" />
<p class="notetext">NOTE</p>
<p class="noteans">
Chose your desired package then click the red botton.<br/><br/>You can pay by Visa, Mastercard and Masstro credit cards.<br/><br/>
</p>
</div>
<div class="bannermid">
<form action="vipmember-payment.php" method="post" name="f1" style="margin: 0px; padding: 0px;" enctype="multipart/form-data" onSubmit="return validate();">
<input name="submit_form" value="1" type="hidden">
<div style="width:649px; margin:0 auto;">
<table border="0" cellpadding="0" cellspacing="6" style=" margin:0 auto;">
<tr>
<td class="jointext222">First Name :</td>
<td style="text-align:left;"><input name="fname" id="fname" class="main_input" type="text"></td>
</tr>
<tr>
<td class="jointext222">Last Name :</td>
<td style="text-align:left;"><input name="lname" id="lname" class="main_input" type="text"><br/>
</td>
</tr>
<tr height="10">
<td></td>
<td></td>
</tr>
<tr>
<td class="jointext222">Address :</td>
<td style="text-align:left;"><input name="address" id="address" class="main_input" type="text"></td>
</tr>
<tr>
<td class="jointext222">City :</td>
<td style="text-align:left;"><input name="city" id="city" class="main_input" type="text"></td>
</tr>
<tr>
<td class="jointext222">Zipcode</td>
<td style="text-align:left;"><input name="zipcode" id="zipcode" class="main_input" type="text"></td>
</tr>
<tr>
<td class="jointext222">Country :</td>
<td style="text-align:left;">
<select class="drp_img2" id="visitor_country" name="visitor_country" onChange="openmobilecareer(this.value)">
<option value="">Select Country</option>
<?
$sql_country="select * from countries";
$country_res=execute_query($sql_country);
while($country_row=mysql_fetch_array($country_res)){
?>
<option value="<?=$country_row['ccode']?>"><?=$country_row['country']?></option>
<? }?>
</select>
</td>
</tr>
<tr height="20">
<td></td>
<td></td>
</tr>
<tr>
<td colspan="2" align="center">
<input type="image" src="images/gotopaymentpage.png"/>
<input type="hidden" name="target_country" value="<?=$_POST['target_country']?>" />
<input type="hidden" name="bannerprice" value="<?=$_POST['bannerprice']?>" />
<input type="hidden" name="estid" value="<?=$_POST['estid']?>" />
</td>
</tr>
<tr height="20">
<td></td>
<td></td>
</tr>
</table>
</div>
</form>
</div>
<div class="bannerrules">
<table border="0" cellpadding="0" cellspacing="0" style="margin:0 auto;">
<tr height="10"></tr>
<tr>
<td class="freetext2"><img src="images/signuparrow.png" /> Our Country</td>
</tr>
<tr height="6"></tr>
<tr>
<td class="freetext2"><img src="images/signuparrow.png" /> Random Position</td>
</tr>
<tr height="6"></tr>
<tr>
<td class="freetext2"><img src="images/signuparrow.png" /> 200 x 200 px size</td>
</tr>
<tr height="6"></tr>
<tr>
<td class="freetext2"><img src="images/signuparrow.png" /> Max 150kb</td>
</tr>
<tr height="6"></tr>
<tr>
<td class="freetext2"><img src="images/signuparrow.png" /> Banner & url Change</td>
</tr>
<tr height="45"></tr>
<tr>
<td class="morelink22">
More info about Banner Advertisement
</td>
</tr>
</table>
</div>
<br class="spacer" />
</div>
</div>
<div class="stdtls_footer"></div>
</div>
</div>
</div>
<? include "includes/footer.php";?>