if (isset($newpass)) { echo ("nothing in the box"); } else {
$db = mysql_select_db("pinehead",$con) or die("error");
$check = md5($newpass);
$sql = "UPDATE users set check = '$check' WHERE uname='$uname';
$result = mysql_query($sql,$con) or die("error");
}
Ok that is what it ended up to be.. A) i get a parse error, 😎 is their a better way to do it.. Wanna help me out? ia mabout to throw my damn computer out the window.
Thanks
Anthony