
This is my Sql
mysql_query('UPDATE `useraccounts` SET `LAST_LOGIN` = now() WHERE `ACCOUNT_PASSWORD` ');
Problem is: Only the staff account is updating.
What should I do is there something wrong. I tried also LIKE but still Staff account updating Time.
I need to update Admin Account too.
Please help me
Newbie programmer here sorry