RE: [PHP] OT cron/perl/php..

2002-06-05 Thread Jay Blanchard
[snip] You already have the php script, so use that. modify it so that it does exactly what you need on your system, so that when you call it up through www.youdomain.com/script.php, it does what you need without any user interaction or producing any output to the screen (email or log file is okay

Re: [PHP] OT cron/perl/php..

2002-06-05 Thread 1LT John W. Holmes
ssage - From: "Kelly Meeks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 05, 2002 11:08 AM Subject: [PHP] OT cron/perl/php.. I've found a really handy php script (mysqlphpbak) that will backup all mysql databases for me via mysqldump. I'm using

[PHP] OT cron/perl/php..

2002-06-05 Thread Kelly Meeks
I've found a really handy php script (mysqlphpbak) that will backup all mysql databases for me via mysqldump. I'm using a cobalt raq server, and according to them, I can create a script and put it in a cron-daily directory, and that script will be executed. How do I create that script? Does i