这个date()函数怎么用啊?
代码: <?php $a="030630234146"; $b=date("y年m月...
作者 eason 发布于 2003-07-00 分类:php基础编程
运行phpinfo()以后出现
Fatal error: Cannot redeclare gc() in c:Apachehtdocsphpsession.inc on line 461
这个是怎么回事??
逛论坛交流:phplib的安装问题!
帮忙解答!!
??
顶!
一共有两个gc方法。屏蔽一个。
另:phplib不用安装。直接include了就行
??
不懂我说的吗?????????
如何遮蔽??
[PHP]
<?php
session_start();
include ("template.php");
$t=new Template("/webPage/tem");
$t->set_file(array("head"=>"head.tem","set_end"=>"end.tem"));
$title="xxxx";
$t->set_var("title",$title);
$t->pparse("ps_head","head");
$t->parse("end","set_end");
?>
[/PHP]
晕呀。
就是在给方法加注释。
不太明白!!
phpinfo是不是运行就要保错啊??
10 条回复
回复