已有40人关注
PHP典型模块大全14章问题
发表在PHP图书答疑 2009-11-16
是否精华
版块置顶:
问三个问题
<1>运行一段时间后报如下错误
Warning: session_start() [function.session-start]: open(C:\WINDOWS\TEMP\\sess_75591ad6910265cb0d25c5c15a480941, O_RDWR) failed: Permission denied (13) in D:\www\MK\14\01\private_chk.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\www\MK\14\01\private_chk.php:2) in D:\www\MK\14\01\private_chk.php on line 2

Warning: Cannot modify header information - headers already sent by (output started at D:\www\MK\14\01\private_chk.php:2) in D:\www\MK\14\01\private_chk.php on line 4

Warning: file(priv/) [function.file]: failed to open stream: No such file or directory in D:\www\MK\14\01\private_chk.php on line 6

private_chk.php代码如下
1<?php
2 session_start();
3 include_once 'config.php';
4 header("Content-Type:text/html;charset=gb2312");
5 $tmppath='priv/'.$_SESSION['user'];
6 $tmparr =file($tmppath);
7 $max = count($tmparr);
8 $tmpstr = '';
9 if($_SESSION['rollscreen'] != 1){
11 if($max > PRLINE){
12 $mix = $max - PRLINE;
13 }else{
14 $mix = 0;
15 }
16 }else{
17 $mix = 0;
18 }
19 for($i = $mix; $i<$max;$i++){
20 $tmpstr .= $tmparr[$i].'<br>';
21 }
22 echo $tmpstr;
23?>
怎么解决啊?
<2>还有在firefox上运行不了,状态栏一直显示“正在从localhost传送数据”
<3>在局域网内其它几电脑上登录时打开的窗口自己关闭了,但我的电脑上用户列表有显示
分享到:
精彩评论 1
lzh
学分:0 LV1
2009-11-16
沙发
(1)
1 session_start();
4 header("Content-Type:text/html;charset=gb2312");
导致上述问题的原因是重复发送Http头导致的,你可以这样更改

<?php
session_start();
?>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<?php
3 include_once 'config.php';

5 $tmppath='priv/'.$_SESSION['user'];
6 $tmparr =file($tmppath);
7 $max = count($tmparr);
8 $tmpstr = '';
.........

?>




(2)可以再5和6行之间加如下代码
5 $tmppath='priv/'.$_SESSION['user'];
if(!is_dir($tmppath)){
    mkdir($tmppath);
}
6 $tmparr =file($tmppath);
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照