Hi all
Well, i am trying to find ideas and code for write a module to manage automatic scheduled task using PHP and MYSQL.
My idea is to write the code to check for the appropiate information in the database MYSQL, but HOW TO RUN IT AUTOMATICALLY?
Idea 1: Put the code in the "homepage" of the site, and risking to overload my server each time a user requests the page.
Idea2: Create a crontab job in LINUX, using shell commands to run a LYNX client (text-based-browser) to run my PHP page.
Idea3: Write a PERL program that interacts with MYSQL.. But i dont have enough experience in PERL programming...
Any more ideas?
Thanks..