jeeweb
Jul 26 2005, 08:42 AM
Hi
I have a site in PHP on IIS 6 and need some sort of scheduling
functionality for sending emails via php scripts, running scripts on
database etc.
I worked a bit with Crone Jobs for this however I was wondering if there
is something better then that. Site is developed in PHP / MySQL and
running on Windows 2003 with IIS 6.
Any help!
Waleed
Jul 26 2005, 08:57 AM
Posting the same topic twice in different forums won't get a quicker response...
As for the cron job; no idea. But I'm sure someone will be able to help.
bassrek
Jul 26 2005, 11:37 AM
Check out this page:
http://www.microsoft.com/resources/documen...s/schtasks.mspxThis is the Windows version of cron jobs. I haven't used it myself, but it looks similar to cron jobs. The program you'd tell it to run is "c:\program files\Internet Explorer\iexplore.exe
http://the.web.page/to.run" Let us know if you have any specific questions.