linux下用php脚本调用另一个php脚本
这个linux空间就只有ftp权限开放给我~~现在想写一个脚本first.php来定时执行second.php
执行second.php不知道怎么写~~
first.php
<br />ignore_user_abort(TRUE);// 设定关闭浏览器也执行程序 <br />set_time_limit(0); // 设定响应时间不限制<br /><br />while (TRUE) { <br /><br />//这里的执行second.php不知道怎么写~~~求指点~谢谢<br /><br />sleep(86400)<br />}