hi
I have built a set of php scripts which pull in 4 seperate csv files from disk then load the data into mysql tables.
I have the scripts working fine, only problem i have now is that the csv files need to be read every 30 minutes during the day then uploaded to mysql.
I am on windows 2003 server running IIS, basically my question is does anyone know the best way i could automate the running of the php script every 30 minutes.
At the minute i need to open the browser and run the script every 30 mins which is fastly becomming tedious lol
thanks in advance for nay help u guys can give
Kind Regards,
Kenny