Home >php教程 >php手册 >php文件操作之小型留言本实例

php文件操作之小型留言本实例

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-06 20:03:101096browse

这篇文章主要介绍了php文件操作之小型留言本,实例分析了php基于文件实现的留言本功能,需要的朋友可以参考下

本文实例讲述了php文件操作之小型留言本。分享给大家供大家参考。具体如下:

Index.php文件如下:

标题:".fgets($fs)."
"; echo "作者:".fgets($fs)."
"; echo "内容:

".fread($fs, filesize($path.$filen))."
"; echo "
"; fclose($fs); } } closedir($dr) //关闭目录 ?>

Post.php文件如下:

返回首页"; ?>

发表新的留言

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn