i need to update the php timestamp column type automatically whenever some update is done on its particular certain row. can it be done?
the format of the timestamp is "0000-00-00 00:00:00"
i also want to compare the current(system) timestamp with the value already set in the column. for example, i want to compare the current system timestamp with the DB value and if the current value is more than 10 minutes ahead of the DB value, do a certain action. how can i check this?