On Wed, 2004-04-21 at 13:22, Mark Gardner wrote: > I'm Running SUSE LINUX 9.0 Professional > > How do I get a PHP script "script.php" to run as a cron job? I want it > to run daily @ 3:00 AM
Edit your crontab with the commend "crontab -e". Add a line like this: * 3 * * * wget -O /dev/null -q http://www.example.com/script.php Corey ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
