Is there a PHP function that will return the last modifed date of a MySQL table?
Why would you want to do such a thing? But no....you could check the table datafiles if you really had to know.
I wish to do this because the database table gets updated through uploading a csv file, via phpmyadmin. I would like to show the "data last updated" note on the query results php page.