change password.php
<html>
<head>
<title>Change Password</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="pwd.css" rel="stylesheet" type="text/css">
<link type="text/css" href="menu.css" rel="stylesheet" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="menu.js"></script>
</head>
<body>
<style type="text/css">
#menu {
top:5px;
margin:0 auto;
width:80%;
left: 40px;
}
#copyright {
margin:100px auto;
width:80%;
font:12px 'Trebuchet MS';
color:#bbb;
text-indent:20px;
padding:40px 0 0 0;
}
#copyright a { color:#bbb; }
#copyright a:hover { color:#fff; }
</style>
<!--Header of the page-->
<div class="main1">
<table width="905" height="120" align="center">
<tr>
<td width="232" height="114"><img src="images/OnlyWebLOGO.jpg" width="229" height="100"></td>
<td width="411"><table align="right" width="289">
<tr>
<td rowspan="3"><img src="images/phoneIcon1.jpg" width="23" height="38"></td>
<td colspan="2"><font color="#0066FF"> 1-800-200-7625 </font> <font size="-1" color="#999999">(Tall Free India)</font></td>
</tr>
<tr>
<td colspan="2"><font color="#0066FF"> +91-22-30797900</font></td>
</tr>
<tr>
<td align="right" > <a href="support/index.php">
<button id="supportbtn" class="Header_button"><font color="#FFFFFF"><b>Support</b></font></button>
</a></td>
<td><a href="support/contact-us.php">
<button id="contactbtn" class="Header_button"><font color="#FFFFFF"><b>Contact Us</b></font></button>
</button>
</a></td>
</tr>
</table>
<p> </p></td>
<!-- <td width="246">
<!-- <table width="246" bgcolor="#CCCCCC" align="right">
<tr>
<td width="189" ><p align="left"><strong>HELLO!</strong></p> </td>
<td width="112"><p align="right"><a href=" "><u>My Account</u></a></p></td>
</tr>
<tr>
<td colspan="2" align="right"><button id="checkkoutbtn" class="checkout_button">Check Out</button> </td>
</tr>
</table>
-->
<!-- <!-- </td>
--></tr>
</table>
<!-- menu design-->
<div id="menu" align="center">
<ul class="menu">
<li><a href="index.php"><span>Home</span></a> </li>
<div>
<ul>
<div>
<ul>
</li>
</ul>
</div>
</li>
</ul>
</div>
</li>
<li><a href="domain-registration/index.php" class="parent"><span>Get
a Domain</span></a>
<div class="columns two">
<ul class="one">
<li><span><b><u><font color="#FFFFFF"> Domain Registration</font></u></b></span></li>
<br>
<li><a href="domain-registration/index.php"><span>Domain Name Registration</span></a></li>
<li><a href="domain-registration/domain-registration-price.php"><span>Domain
Name Prices</span></a></li>
</ul>
<ul class="two">
<li><span><b><u><font color="#FFFFFF" >Domain Transfer</font></u></b></span></li>
<br>
<li><a href="domain-registration/transfer/index.php"><span>Domain
Name Transfer</span></a></li>
</ul>
</div>
</li>
<!-- Get Hosting Menu -->
<li><a href="web-hosting/index.php" class="parent"><span>Get Hosting</span></a>
<div class="columns two">
<ul class="one">
<li><a href="web-hosting/index.php"><span>Linux Hosting</span></a></li>
<li><a href="web-hosting/windows-hosting.php"><span>Windows Hosting</span></a></li>
<li><a href="web-hosting/wordpress-hosting.php"><span>Wordpress
Hosting</span></a></li>
</ul>
<ul class="two">
<li><a href="web-hosting/cms-hosting.php"><span>CMS Hosting</span></a></li>
<li><a href="web-hosting/ecommerce-hosting.php"><span>Ecommerce
Hosting</span></a></li>
</ul>
</div>
</li>
<!-- Build Website Menu -->
<li><a href="BuildWebsite/index.php" class="parent"><span>Build a Website</span></a>
<div class="columns">
<ul>
<li><a href="BuildWebsite/index.php"><span>Get a Website Builder Tool</span></a></li>
</ul>
</div>
</li>
<!-- Get Email Menu -->
<li><a href="web-hosting/email-hosting.php" class="parent"><span>Get
Email</span></a>
<div class="columns">
<ul>
<li><a href="web-hosting/email-hosting.php"><span>Email Hosting</span></a></li>
</ul>
</div>
</li>
<!-- <li><a href="#"><span>My Account</span></a></li> -->
<li class="last"><a href="support/contact-us.php"><span>My Account</span></a></li>
</ul>
</div>
</div>
<!--main page content-->
<br>
<br>
<br>
<hr align="center" width="75%" color="#DDDDDD" size="1">
<br>
<form id="changepwd_frm" action="con_change_pwd.php" method="post">
<input type="hidden" name="id" value="<?php echo $_GET['id'];?>">
<?php
$con= mysql_connect("localhost","betaonly_ow","mql4xC1a8FNp");
if(!$con)
{
die('could not connect: ' . mysql_error());
}
mysql_select_db("betaonly_ow", $con);
$id=$_GET["id"];
//echo $id;
$query="select * from ccs_user_registration";
$result=mysql_query($query) or die ("error in query");
//echo mysql_num_rows($result);
if (mysql_num_rows($result)>0)
{
$row=mysql_fetch_object($result);
}
?>
<table width="485" height="233" align="center" >
<tr>
<th width="500" colspan="2"><font color="#FF2424" size="+2">Change Password</font><br>
<br></th>
</tr>
<tr bgcolor="#DFE1E3">
<td width="140" height="37"><center>
<label id="domain-name-lbl" ><font size="3">Your Email: </font></label>
</center></td>
<td width="246"><input type="text" id="email-txt" name="email_txt"/>
</tr>
<tr>
<td width="140" height="37"><center>
<label id="domain-name-lbl" ><font size="3">Current pasword: </font></label>
</center></td>
<td width="246"><input type="text" id="current_pwd-txt" name="current_pwd_txt"/>
</tr>
<tr bgcolor="#DFE1E3">
<td height="34"><center>
<label id="domain-name-lbl" ><font size="3">New pasword: </font></label>
</center></td>
<td><input type="text" id="new-pwd-txt" align="absmiddle" name="new_pwd_txt"/></td>
</tr>
<tr >
<td height="38"><center>
<label id="domain-name-lbl"><font size="3" >Confirm password: </font></label>
</center></td>
<td><input type="text" id="con_pwd-txt" align="absmiddle" name="con_pwd_txt" />
</tr>
<tr>
<td colspan="2"><br>
<br>
<p align="center">
<button id="button" class="All_button"><font color="#FFFFFF"><b>Change Password</b></font></button>
</p></td>
</tr>
</table>
</form>
</body>
</html>
con_chenge_pwd.php
<?php
$con= mysql_connect("localhost","betaonly_ow","mql4xC1a8FNp");
if(!$con)
{
die('could not connect: ' . mysql_error());
}
mysql_select_db("betaonly_ow", $con);
echo @$id=$_POST["id"];
@$email_id=$_POST['email_txt'];
@$current_pwd=$_POST['current_pwd_txt'];
@$new_pwd=$_POST['new_pwd_txt'];
@$con_pwd=$_POST['con_pwd_txt'];
/*$sql1="select user_id from ccs_user_registration where email_address='" .$email_id;
$result = mysql_query($sql1);
*/
$sql = "UPDATE ccs_user_registration SET password='".$new_pwd."', confirm_password='".$con_pwd."' WHERE user_id=".$id;
$query = mysql_query($sql); // Perform the update.
if (!$query) {
exit("The update failed.");
}
echo '<script type="text/javascript"> alert("Update successfull");location.href="index.php";</script>';
?>
i want the user id to change the password but it returns nothing for the $result
please help me
thank u