Jump to content

+1 into database table


joemorris86

Recommended Posts

I was wondering how to do this same exact thing today as well! Thanks James!

in a php file you could use an sql query something like:
UPDATE table SET field = field + 1 WHERE other_field = 'blah' LIMIT 1

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...