Use cron for this - put the following in your crontab ("crontab -e") to run a
script everyday at midnite:

0 0 * * * lynx -source http://www.server.com/script_to_run_every_night.php


man crontab will tell you how to run on different days, etc.

--Joe

On Tue, Jan 23, 2001 at 09:53:13AM -0300, Bruno Freire wrote:
> Hi ... 
> I'm having some problem's here....
> I'm need to know  if my apache server is able to run scripts in a specific
> date and hour.
> 
> For example: 
> 
> Every month, in the 15th day, I need to run a script PHP that check my Mysql
> database for some cause.
> Is that possible???
> 
> I'm realy thanks!!!
> 
> 
> Bruno  de F. F
> 
> City: Belo Horizonte
> Estate: Minas Gerais
> Country: Brazil
-- 

Joe Stump, PHP Hacker
[EMAIL PROTECTED]
http://www.miester.org/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to