Running PHP automatically
Posted by: hingsmaf003 (---.dyn.optonline.net)
Date: September 21, 2008 03:19AM

I have a php script that runs a program called statfink its a fantasy football stattracker for yahoo. in order to get the stats and teams it has to be run manually by opening a window.

i was wondering if its possible to run a php script in the background with out opening a browser

Options: ReplyQuote
Re: Running PHP automatically
Posted by: toivo (---.nsw.bigpond.net.au)
Date: September 21, 2008 08:28AM

Hi,

It is possible to run command line interface (CLI) scripts. The configuration is set in a php.ini file in the php folder. You can add the folder where php.exe resides to system variable PATH through the Control Panel and call the script from a task in Windows Scheduler.

Regards,

toivo
Sydney, Australia

Options: ReplyQuote


Sorry, only registered users may post in this forum.