In MySQL, is it possible to attach a timeout to a field, so after a certain time the data in the field changes?
And if that is possible, are you able to add a timeout, and take out a timeout with PHP.
For example, if i had a table named users, and a field named doingsomething, set to yes. I would like a timeout added so after 15 minutes doingsomething could be set to no.