Hi everyone,
I need 2 PHP scripts to run hourly for about 10 days.
I'm using Windows.
One script grabs data from Twitter. The other script pushes that data into my database tables.
I've tried using schtasks and AT command but they don't interact with my database.
I'm looking at using exec function http://php.net/manual/en/function.exec.php .
So, I have an additional third script that holds these exec functions, that executes the 2 scripts.
This sounds good, but then don't I run into the same dilemma of how to run this third script every hour?
Any suggestions are welcome,
Cheers,
Andrew.