Forum Moderators: coopster

Message Too Old, No Replies

Automatic Scripts

Automatic Scripts

         

mfalomir

3:31 am on Sep 10, 2003 (gmt 0)

10+ Year Member



Is it possible to have a script programmed to perform some actions automatically ie. every friday at 3:00 import some data into a MySQL database...

Thanks...

jamie

6:56 am on Sep 10, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



you have to run the php script as a cron job [phpfreaks.com]

vincevincevince

1:41 pm on Sep 10, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yes, either a cron job - or if you don't have this kind of unix/linux access - you can use the Task Scheduler of windows to load the file at a certain time - invoking your script remotely.