View Single Post
  #9  
Old 07-10-2013, 12:13 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 613,937
Hall of Famer is on a distinguished road
Default

I see, looks like you are making some progress. Cron jobs can be a pain to work with, you can actually simulate cron jobs with PHP simply by having scheduled tasks run whenever a user visits the page, a member, guest or even bot wont really matter here. Make sure to check whether the cron jobs should run by comparing datetime string/integer, otherwise you may end up with multiple cron jobs executing at times they really should not.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote