hi
can u check this coad and suggest me ones
this query is not working can u suggest any better code for mePHP Code:<?php
include"conifig.php";
$password=$_POST['password'];
echo $_GET[username];
$pass=md5($_POST[password]);
mysql_query("UPDATE `table` SET `Password` = $pass WHERE `meconzee1_user` Loginname='".$_GET[username]."''");
echo "your password successfully changed";
mysql_close($con);
?>



Reply With Quote

Bookmarks