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 PROTECTED]> wrote in message
9e5b96$hgs$[EMAIL PROTECTED]">news:9e5b96$hgs$[EMAIL PROTECTED]...
> 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. The subject and mail body is also stored in database.
> Window scheduler invokes only executable files, not php file in which I
have
> written queries and mail function.
>
> Does anybody know the solution ?
> Thanks
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]