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 Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.