Posted by Jerry Stuckle on 10/22/00 11:53
sachu wrote:
> Can someone tell me the steps require to sheduele a php file...
> This particular file checks the remote database for data modification
> and update the same in the local database.This is periodic check and
> has to be done in daily basis.
> How can i schedule. please let me know in detail as am a newbie to this
> php world.
> Iam Using PHP5.0 Mysql and IIS.
>
Scheduling the file is a Windows (or other OS) task. Check with your
Windows Administrator or search Microsoft for "Scheduled Task".
The executable will be your php.exe file with the parameter being your
script.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|