>I am working with PHP, Mysql on WINDOWS NT4.0.(IIS 4.0)
>My problem is regarding Window Scheduler. I want to send mail
>every day at perticular time to the email address list stored
>in Mysql database automatically.
Can't you solve it with AT.exe? (Works similar as cron under unix).
--
PHP Wi
Hi Lalit,
You should have no problem in running your script.
Just create a batch file, change drive then directory and add PHP
YOURSCRIPT.PHP.
eg: DOIT.BAT
@ECHO OFF
D:
CD\PHP4
PHP YOURSCRIPT.PHP
EXIT
Then use the AT command to invoke the batch file at the times required.
""Lalit"" <[EMAIL P
I have the Task Scheduler on my computer - (maybe it's the same thing but
different names, I have IE 4.01 installed, it might be different in a newer
version of IE - I seem to recall it's a part of IE but it's not there on
another server I have by my side). Anyhow.
If you run the program