hellow
every body, script is giving error for the following code $link = "<a href="reset-password.php?ui=$row['user_id']&ak=$upassword">Reset the Password </a>";
i have tried variables with quotes as well but result is sme.
the error is following
"Parse error: syntax error, unexpected T_STRING in C:\wamp\www\ProTest\password-forget.php on line 26"
secondly update query also giving an error
$update-password = mysql_query("update tbl_auth_user set user_password ='$upassword' where user_id = '$row['user_id']'")
or die("Password reset failed");
the error is following
"Parse error: syntax error, unexpected '=' in C:\wamp\www\ProTest\reset-password.php on line 21"