×
Home About Us Products Services News Free Scripts Contact
news php scripts and software

PHP example - How to know when the data in MySQL table was last updated?


PHP - How to know when the data in MySQL table was last updated?

<?php
...
$dataArray = mysql_fetch_array(mysql_query("show table status from databasename like ‘tablename’"));

echo $dataArray["Update_time"];
...
?>

Category: PHP

 
<< Go back