I run a web based PHP script every day, and it usually takes about 20-30min to run. It has 1000 some sql queries, that is why it takes so long.
It is currently run manually, when the page is loaded... and what the script does is create a txt file with some info.
My question is, is it possible to have the page run on its own at the same time every day?
My webserver is on a remost host, and is not dedicated... I do not have access to the system files.
Just curious.
Let me know!
Thanks!
-Shaw