Re: call another PHP script from a PHP script

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<?php

//some php script

sleep(1);
include("file.php");

//where sleep(1) is a one second to wait before call file.php

?>

Is this ?


kranthi wrote:
>
> Hi,
>
> i am currently executing a php script a.php. the script a.php should call
> itself after 'n' number of seconds. here 'n' is a variable number of
> seconds. please suggest me a method to do this...
>
> also please note that i dont have access to 'cron jobs' on my web server.
>
> Kranthi.
>


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux