vladNz Posted June 11, 2007 Share Posted June 11, 2007 Hello Guys! could you please help. i dlike to have notification (last updated ... "date" ect..) at the page each time after i update the Data base. not just page modification but updating Data Base! how to set it up? thanks Link to comment https://forums.phpfreaks.com/topic/55158-last-updated-when-update-db/ Share on other sites More sharing options...
Wildbug Posted June 11, 2007 Share Posted June 11, 2007 If you are using MySQL, there is a column type, TIMESTAMP, the first of which you use in your table updates to NOW() automatically any time the row is updated. You can also use a DATETIME column and set it to NOW() in any query that updates the table. Link to comment https://forums.phpfreaks.com/topic/55158-last-updated-when-update-db/#findComment-272665 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.