$sql = "UPDATE USERS SET password='changed password' WHERE login = steve";
header( 'Location: http://steveworld.000space.com/prof.php' );
this is my code, im trying to allow users to change their passwords at anytime, I put in a set text and it still doesnt work, it is very agitating!