Hey
Can someone let me know how I can use PHP/MySQL to do the following:
I want to basically update a value in a DB, but by adding onto it. So say a value in my DB is at 57 and I want to add 10… Can I do this without having to do a Select THEN update?
I’d like to do it all in 1 piece…
thanks,
–d