Is there a way to create an automatic timestamp on my PHP-based web site that says when it was last updated, even though it wasn't? Kind of like the one on the bottom of the home page.
thanks
thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<?php
echo date('l dS \of F Y h:i:s A');
?>