Re: [PHP] Automated Scripts

2001-01-18 Thread Jon Farmer

You could either

Compile PHP as a command line executable

or

Use Lynx to call a php page through HTTP.


either wat cron is the way to go

Regards

--
Jon Farmer
www.workcam.co.uk
+44 (0)7968 524175

2001 should be pronounced twenty o one not two thousand and one


"Jason Murray" [EMAIL PROTECTED] wrote in message
1595534C9032D411AECE00508BC766FB01052937@MERCURY">news:1595534C9032D411AECE00508BC766FB01052937@MERCURY...
  I need to run a script that renames a file and deletes an old
  one then ships it to another server every Monday at a certain
  time I know this is possible, but what is the technology
  called? Does PERL or PHP have the ability to do this? Can I
  get CRON objects to run PHP source code?

 Is this an example of such a script, emailling the same mail
 to the mailing list every monday at a specific time?

 I already replied to you off-list.

 Jason

 --
 Jason Murray
 [EMAIL PROTECTED]
 Web Design Team, Melbourne IT
 Fetch the comfy chair!

 --
 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]




-- 
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]




[PHP] Automated Scripts

2001-01-15 Thread Tait Grove at DIGITAL

I need to run a script that renames a file and deletes an old one then ships it to 
another server every monday at a certain time I know this is possible, but what is 
the technology called? Does PERL or PHP have the ability to do this? Can I get CRON 
objects to run PHP source code?

PLEASE HELP!!!


-Tait