最简留言本(PHP5)

上一篇 / 下一篇  2006-11-10 10:55:46

PHPChina 开源社区门户 n Z['Fe

转自:http://axgle.php5.cz/phpword.php?id=49

E"jNqe H0
  1. 最简留言本(PHP5)
  2. 作者:axgle
  3. 这个留言本只有一个文件哦,绝对是最简的!
  4. <?php/**$title=$_POST['title'];$txt=$_POST['txt'];$title&&$txt) {$txt=nl2br($txt);file_put_contents(__FILE__,"<b>$title</b> ".date("Y-m-d H:i:s")."<br>$txt<hr>",FILE_APPEND);header('refresh:0');?><title>最简留言本(PHP5)</title>
  5. @title:最简留言本(PHP5)
  6. @author:axgle
  7. */
  8.  if(
  9.     
  10.     
  11.     
  12.  }
  13.     <b>最简留言本(PHP5)</b>
  14. <hr>
  15. <form method=post action="">
  16. 标题:<input type="text" name="title"><br>
  17. 内容:<textarea name="txt" rows="10" cols="40"></textarea><br>
  18. 操作:<input type="submit" value="提交"> <input type="reset">
  19. </form>

TAG:

 

评分:0

我来说两句

显示全部

:loveliness: :handshake :victory: :funk: :time: :kiss: :call: :hug: :lol :'( :Q :L ;P :$ :P :o :@ :D :( :)

数据统计

  • 访问量: 28944
  • 日志数: 99
  • 图片数: 1
  • 建立时间: 2006-10-25
  • 更新时间: 2007-02-06

RSS订阅

Open Toolbar