• 大小: 5KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 标签: php  留言板  

资源简介

用php做了个简单的留言板 留言板的 增、删、修改

资源截图

代码片段和文件信息

header(“Content-Type:text/html; charset=utf-8“);

$Id = $_GET[Id];//获取要修改的Id
$con=mysql_connect(“localhost““root“);
mysql_select_db(“scql“$con);
mysql_query(“set names ‘utf8‘“$con);
$result = mysql_query(“select * from liuyan where id=$Id“);
$row = mysql_fetch_array($result);
?>

lns=“http://www.w3.org/1999/xhtml“>

ta http-equiv=“Content-Type“ content=“text/html; charset=utf-8“ />
 
ript type=“text/javascript“>
ript>
tle>编辑留言tle>
 
 



 
 
标题tle“ id=“title“ value=‘tle]?>‘
 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1280  2010-05-18 13:57  liuyan\edit.php

     文件       1967  2010-05-18 14:31  liuyan\index.html

     文件       1639  2010-05-18 14:28  liuyan\index.php

     文件       1820  2010-05-18 10:03  liuyan\index1.php

     文件        777  2010-05-15 15:52  liuyan\scql.sql

     文件       1255  2010-05-18 14:27  liuyan\show.php

     文件         54  2010-05-18 14:34  liuyan\帮助.txt

     目录          0  2010-05-18 14:35  liuyan

----------- ---------  ---------- -----  ----

                 8792                    8


评论

共有 条评论