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)
you have to run the php script as a cron job [phpfreaks.com]
vincevincevince
1:41 pm on Sep 10, 2003 (gmt 0)
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.