Hey,
Im needing a script that will increment a value stored in a MySQL database. Currently, I retrieve the value from the database with php, increment it, then send it back to the database. I was just wondering if there is an easier way to do this. Is there some way to tell MySQL to increment a stored value.
Thanks! 🙂