I try to display the last modified date of one of my tables in mysql database in a php page by using this bit of code:
$qwerty = mysqli_query($connect, "SELECT update_time FROM information_schema.tables WHERE table_name = zFixtures");
It displays nothing… I look for the simplest possible solution, thank you.