Hello,
Currently I have a PHP Script that screen scrapes a website for data, and store it into a MySQL table. I'd like to set this up to run in intervals during the day. Right now, all I do is open the link in my browser and it runs the script. I'd like to automate this process somehow.
I read up, and since I'm using WAMP, apparently I need to use task scheduler. Is there a way around this? Is there a better way to do what I want to be done?
Thanks in advance.