$msg=fread($f,filesize("guestbook.txt")); //读出所有内容
                                                  ^-这里是全角空格
fclose($f); //运行说这一行有错!去掉这一行,他说下一行有错!
                    ^-这里是全角空格
    if(str_replace("\n","",$file[2]!=trim($text)){
                                  ^-这里少了")"

解决方案 »

  1.   

    这个问题我第一次遇到,我现在明白什么叫细心的,如果给我一百天时间我也不是会找到这个错误,感谢唠叨,上面问题解决了,可是又:Warning: fopen(guestbook.txt) [function.fopen]: failed to open stream: No such file or directory in E:\Ahuasky\lyb\insert.php on line 5Warning: filesize() [function.filesize]: Stat failed for guestbook.txt (errno=2 - No such file or directory) in E:\Ahuasky\lyb\insert.php on line 6Warning: fread(): supplied argument is not a valid stream resource in E:\Ahuasky\lyb\insert.php on line 6Warning: fclose(): supplied argument is not a valid stream resource in E:\Ahuasky\lyb\insert.php on line 7Warning: fopen(guestbook.txt) [function.fopen]: failed to open stream: No such file or directory in E:\Ahuasky\lyb\insert.php on line 8Warning: Cannot modify header information - headers already sent by (output started at E:\Ahuasky\lyb\insert.php:5) in E:\Ahuasky\lyb\insert.php on line 21
      

  2.   

    guestbook.txt服务器上有吗?路径对吗?