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

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

WBOY
Release: 2016-06-06 20:03:10
Original
1064 people have browsed it

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

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

Index.php文件如下:

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

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

Post.php文件如下:

返回首页"; ?>

发表新的留言

Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template