Jump to content

[SOLVED] Updating two records in one table


stelthius

Recommended Posts

Hello all,

 

im using

    
$passReset = mysql_query("UPDATE users SET password='$db_password'  
                WHERE email_address='$email_address'");

 

To update the users password when they reset it but i also need to alter FLAG to 1 so it will bring up a alert for them to change there password from the one just sent to them, is it possible to do this ?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.