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....
Help! - TIMESTAMP
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Code: Select all
UPDATE `table` SET `timestamp` = NOW()