InfoQ

交流

讨论:真不明白,这样也有错误

作者 gasgas 发布于 2003-08-01 分类:php基础编程

<?
$fp=fopen("aa.txt","a+");
$str1=3;
fputs($fp, $str1);
$fp=fopen("aa.txt","r");
$content=fgets($fp, filesize($fp));
echo $content;
?>



逛论坛交流真不明白,这样也有错误

加入书签
digg+,
reddit+,
del.icio.us+,
dzone+

3 条回复

回复

Warning: fopen("aa.txt", "a+") - Per.. 发表人 gasgas 发表于 08月14日
权限 服务器不允许写操作 发表人 冰流星 发表于 08月14日
Permission denied 难怪我感觉这个东东.. 发表人 gasgas 发表于 08月14日
  1. 返回顶部

    Re: 真不明白,这样也有错误

    2003年08月14日 发表人 gasgas

    Warning: fopen("aa.txt", "a+") - Permission denied in /home/liubin/self/2.php on line 2

    Warning: Supplied argument is not a valid File-Handle resource in /home/liubin/self/2.php on line 4

    Warning: fopen("aa.txt", "r") - No such file or directory in /home/liubin/self/2.php on line 5

    Warning: stat failed for (errno=2 - No such file or directory) in /home/liubin/self/2.php on line 6

    Warning: Supplied argument is not a valid File-Handle resource in /home/liubin/self/2.php on line 6

  2. 返回顶部

    Re: 真不明白,这样也有错误

    2003年08月14日 发表人 冰流星

    权限
    服务器不允许写操作

  3. 返回顶部

    Re: 真不明白,这样也有错误

    2003年08月14日 发表人 gasgas

    Permission denied 难怪我感觉这个东东有问题




  4. 我有话要讲:(可以匿名发表, 发广告的有多远请滚多远!!!)

    昵称: 请输入验证码:


抢着回答

怎样让windows"源文件"选项变...

曾经见过一个网页可以实现完全禁止源码.. 就是..就算你知道...

关于程序调用的问题

不好意思 这个问题可能很简单 但是我找了半天也不知道该怎么解决...

求救阿!~ 中文乱码!

我下载一个搜寻mysql桌程序。但是, 我设法搜寻中文词, 中文不能出...

求助!!那位高手我帮把这几行asp转成php...

小弟完全不懂PHP啊..谢谢. Dim i For i = 201 To 243 R...

win下如何安装apache+php啊

我按一些书上说在http.conf中加了 AddType application/x-http...

救命

帮忙看看,是附件上显示的那个搜索引擎,已经做好了,现在要实现他的...

url传递两个变量怎么写!?

请高手指教!

郁闷!出现这样的错误!

Fatal error: [] operator not supported for strings in c:apac...

imap为什么去不到邮箱名称?

用mbox = imap_open("{localhost/pop3:110}INBOX","user_id","pa...

mysql版本?

大家认为MYSQL那个版本最稳定?我下的几个MYSQL超级用户老是ROOT...

[]