Use a php script to call another php script in linux

Source: Internet
Author: User
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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.