-2

I have 2 forums in forum 1 the user insert into table some data and in one of column "result" he insert "processing" in forum 2 he update that column to "succeed" what i want to do is if the column stays "processing" (which means the user did not do forum 2 ) for one hour it get automatically deleted after one hour.

1 Answers1

0

You can create MySQL event scheduler.

http://www.sitepoint.com/how-to-create-mysql-events/

halfer
  • 19,824
  • 17
  • 99
  • 186