关于group by的使用问题
请教
作者 peilei 发布于 0000-00-00 分类:php基础编程
我在主页中有这样一段代码:
<?
session_start();
session_register("uname");
session_register("upwd");
?>
将主页上传到虎翼网的空间执行没有任何问题,可在本机调试出现如下错误:
Warning: session_start(): open(/tmpsess_371b633393ae4b4116cae358a392e60b, O_RDWR) failed: No such file or directory (2) in E:webindex.php on line 11
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at E:webindex.php:3) in E:webindex.php on line 11
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at E:webindex.php:3) in E:webindex.php on line 11
望高手指点一二!!
逛论坛交流:使用session后出现问题!急!
你的php.ini没有指定session临时存储路径,需要你修改php.ini文件的session.save_path
1 条回复
回复