Is there a simple way to have a php script execute some html at a certain times of the day?
For example i have on my home page a header and at certain times i want t
You could add a PHP script to your crontab to automatically run the script at defined intervals. From the command line, enter crontab -e to add the entry to your crontab.
crontab -e