How would I increase update time, or make updates automatic in PHP?
This is currently the code I have:
<center>Last Updated on '.date("F j, Y, g:i a",time()+3600).'</center><br>
The issue here is that I have, the file updating every couple hours. That being said, I cannot automatically see the changes I make to the PHP on the site, only locally.