Page 1 of 1

Help! - TIMESTAMP

Posted: Mon Jul 18, 2005 9:40 am
by mhouldridge
Hi,

I would like to add a bit of code to each of my pages which updates my timestamp field within my database table.

I do not know how to add this....

Posted: Mon Jul 18, 2005 9:56 am
by John Cartwright

Code: Select all

UPDATE `table` SET `timestamp` = NOW()