Hi all,
I'm a bit newbie in this, but willing to learn.
On a site in project, i need to put a script that every week, processes a check in the database for criteria's that are met, in that case, sends back a mail message, and updates database with found results, and this automatically
Up to know this script works in beta test by calling it directly in web crawler, but i'd like to put ip up automatically on server.
I suppose this goes by creating a cron job, that would call process.php.
My question is :
How do i put up this job ??? how do i call it ??? what are usual cron commands ??? how can i control it effectively processes ???
Thks for your answers...
Tdldp
I'm a bit newbie in this, but willing to learn.
On a site in project, i need to put a script that every week, processes a check in the database for criteria's that are met, in that case, sends back a mail message, and updates database with found results, and this automatically
Up to know this script works in beta test by calling it directly in web crawler, but i'd like to put ip up automatically on server.
I suppose this goes by creating a cron job, that would call process.php.
My question is :
How do i put up this job ??? how do i call it ??? what are usual cron commands ??? how can i control it effectively processes ???
Thks for your answers...
Tdldp