GIF89a;
Direktori : /home/serb/www/ |
Current File : /home/serb/www/remove_account.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="main_bg"> <div class="hrd_ftmenu"> </div> <div style="height:32px;"></div> <div style="width:1000px; margin:0 auto;"> <div class="menuleft_contain"> <? include "includes/acount_leftcontent.php";?> </div> <div class="acountright_contain"> <? $sql="SELECT * FROM user_info WHERE userid='".$_SESSION['userid']."'"; $res=execute_query($sql); $row=mysql_fetch_array($res); $num=mysql_num_rows($res); ?> <div class="acccmid1_header">Remove Account</div> <div class="accountrightct_mid"> <div class="small_space"></div> <div class="profile_data"> <div style="width:550px; margin:0 auto;"> <form method="post" action="rmvaccount_process.php" name="remove_acc"> <input name="submit_form" value="1" type="hidden"> <table border="0" cellpadding="0" cellspacing="4"> <tr> <td colspan="2"> <? if($_GET['msg']==1){ ?> Your Dont Have Any Ad In Our Database. <? } ?> <? if($_GET['msg']==2){ ?> Your Ad Has Been Removed Successfuly. <? } ?> <? if($_GET['msg']==3){ ?> Your Account And Ad Has Been Removed Successfuly. <? } ?> </td> </tr> <tr> <td style="text-align:right;"><input type="checkbox" name="rmvAd" /></td> <td class="logintext">Remove Your Ad</td> </tr> <tr> <td style="text-align:right;"><input type="checkbox" name="rmvAcc" /></td> <td class="logintext">Remove Your Account Including Your Ad</td> </tr> <tr> <td></td> <td><input type="image" src="images/submit.png" /></td> </tr> </table> </form> </div> <br class="spacer" /> </div> <br class="spacer" /> </div> </div> <br class="spacer" /> </div> <br/> </div> <? include "includes/footer.php";?>