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 PROTEC

RE: [PHP] Automated Scripts

2001-01-15 Thread Jason Murray
> 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