I was wondering if someone could explain to me how to use php to get a last modified date and time from the database. I want my footer to have a "Last Updated: 0/0/0000" using the database motified date. I am using a MySQL db.
you'll need to create a field in the table and update a timestamp in it everytime you make an update.