I'm wondering if there's any ability from the PHP side; to detected if the connected mySQL database has changed; or updated?
I would like to eventually print a time stamp if it was / has.
So, I have a connection file.
i.e.
$host = "BIGHOST:3306";
$user = "root";
$password = "TWIN@*";
$db = "bigDB_db88";
then in other .php files; I call it before queries.
i.e.
require_once('core/include/connection.php');
Context.
i.e.
I'm trying to print a time stamp in a .html file when the connected, dynamic database has changed or updated. i.e. 'Last Updated at'