PHP如何 运行其他目录的PHP文件
<?$nowtime=time();$pastsec=$nowtime-$_GET["t"];if($pastsec<300)//3分钟自动更新一次,自己可以修改调整时间...
<?
$nowtime=time();
$pastsec=$nowtime-$_GET["t"];
if ($pastsec<300) //3分钟自动更新一次,自己可以修改调整时间,每秒为60最好不要超过5分钟
{
exit;
}
ob_start(); //打开缓冲区
include("portal.php"); //index.php改成你的默认首页动态文件名
$content=ob_get_contents(); //得到缓冲区的内容
$content.="\n<script language=javascript src=\"dazles_ss.php?t=".$nowtime."\"></script>"; //index.html上自动加上调用更新程序的代码
file_put_contents("index/index.html",$content);
if (!function_exists("file_put_contents"))
{
function file_put_contents($fn,$fs)
{
$fp=fopen($fn,"w+");
fputs($fp,$fs);
fclose($fp);
}
}
?>
这个是一个PHP文件内容 我让想这个PHP运行到最后 在运行一下\index\alivv_120899.php 这个文件 代码应该怎么写哪 展开
$nowtime=time();
$pastsec=$nowtime-$_GET["t"];
if ($pastsec<300) //3分钟自动更新一次,自己可以修改调整时间,每秒为60最好不要超过5分钟
{
exit;
}
ob_start(); //打开缓冲区
include("portal.php"); //index.php改成你的默认首页动态文件名
$content=ob_get_contents(); //得到缓冲区的内容
$content.="\n<script language=javascript src=\"dazles_ss.php?t=".$nowtime."\"></script>"; //index.html上自动加上调用更新程序的代码
file_put_contents("index/index.html",$content);
if (!function_exists("file_put_contents"))
{
function file_put_contents($fn,$fs)
{
$fp=fopen($fn,"w+");
fputs($fp,$fs);
fclose($fp);
}
}
?>
这个是一个PHP文件内容 我让想这个PHP运行到最后 在运行一下\index\alivv_120899.php 这个文件 代码应该怎么写哪 展开
5个回答
2012-03-29
展开全部
在到后面包涵你这个文件
if (!function_exists("file_put_contents"))
{
function file_put_contents($fn,$fs)
{
$fp=fopen($fn,"w+");
fputs($fp,$fs);
fclose($fp);
}
}
include_once("\index\alivv_120899.php");
if (!function_exists("file_put_contents"))
{
function file_put_contents($fn,$fs)
{
$fp=fopen($fn,"w+");
fputs($fp,$fs);
fclose($fp);
}
}
include_once("\index\alivv_120899.php");
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
echo "<script>location.href='./index/alivv_120899.php'</script>";
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
文件包含 include 或者 curl请求 php建站每日一帖网站不错 百度搜索一下在第一
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
该怎么写还是怎么写。跟生成 静态文件 这个过程是不冲突的.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询