Hello, I sit possoble to update int field without druping the data first? for example: $query = "UPDATE users SET new_pm=new_pm+1 WHERE ...."; $res = mysql_query($query); PHP:
druping the data? your code snippet looks like you are on the right track, I think, but it all depends on "druping".
yes you can. It always pays to open up phpMyAdmin, SQLYog or whatever you use and test them out to ensure you get the result you expect.