摘要: php部分: 0) { echo "Return Code: " . $_FILES["file"]["error"] . ""; } else { /* 第一个参数是表单的 inp... 阅读全文
posted @ 2015-07-11 17:40 我辈年轻 阅读(182) 评论(0) 推荐(0)
摘要: "; } $myfile2=fopen("testfile.txt","w")or die("unable to open file!"); $txt="Mickey Mouse\n"; fwrite($myfile2,$txt); $txt="Minnie ... 阅读全文
posted @ 2015-07-11 16:58 我辈年轻 阅读(405) 评论(0) 推荐(0)
摘要: "; //PHP Open File - fopen() $myfile=fopen("webdictionary.txt","r")or die("unable to open file!"); echo fread($myfile,filesize("webdicti... 阅读全文
posted @ 2015-07-11 16:17 我辈年轻 阅读(278) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-07-11 15:12 我辈年轻 阅读(223) 评论(0) 推荐(0)