As a possible alternative to use to the cron jobs. I found the sleep function.. I have never used this before.
my doubt, If I tell my script to run inside a kind of loop, and inside that loop I have an instruction like this
# sleeps for 86400 seconds or one day
sleep(86400);
My answer is, will my script be launched again after 1 day? even if don't access it on my webbrowser? I think is not possible, but Im here to ask some expert about .. :-)
Thanks in advance.