In linux, when I use a php script to call another php script, only the ftp permission is available for the linux space ~~ Now I want to write a script first. php to regularly execute second. php and Execute second. php. I don't know how to write it ~~ First. phpignore_user_abort (TRUE); // use a php script to call another php script in & nbsp linux
In this linux space, only the ftp permission is available to me ~~ Now I want to write a script first. php to regularly execute second. php.
Executing second. php does not know how to write ~~
First. php
Ignore_user_abort (TRUE); // set to close the browser and execute the program
Set_time_limit (0); // No response time limit is set
While (TRUE ){
// Here the execution of second. php does not know how to write it ~~~ Please refer ~ Thank you.
Sleep (86400)
}
------ Solution --------------------
To Execute second. php, directly call exec or system.
If you only want require or include, it is recommended to do it outside while.