Quote:
Originally Posted by RelaX
You could also do it in an evil way, by making PHP and your visitors do your work for you.
You simply makes something that keeps track of the updates and every time a visitor comes on your site, it checks if it's monday or thursday (or if a monday or thursday has gone by without an update). If that is true, you can have it update your site.
A cron would be a much better solution though.
|
Yeah, I've done that at sites that don't have cron. It obviously depends on fairly regular traffic.