我用php+mysql写的留言本

2016-01-29 14:22 20 1 收藏

我用php+mysql写的留言本,我用php+mysql写的留言本

【 tulaoshi.com - PHP 】

  guestbook.php:

<head
<meta http-equiv="Content-Language" content="zh-cn"
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"
<title</title
<STYLEA:link {
        COLOR: #002878; TEXT-DECORATION: none
}
A:visited {
        COLOR: #002878; TEXT-DECORATION: none
}
A:active {
        TEXT-DECORATION: none
}
A:hover {
        COLOR: #cc1111; TEXT-DECORATION: none
}
P {
        COLOR: #002878; FONT-SIZE: 9pt
}
TABLE {
        COLOR: #002878; FONT-SIZE: 9pt
}
LI {
        COLOR: #002878; FONT-SIZE: 9pt; LINE-HEIGHT: 14pt
}
UL {
        COLOR: #002878; FONT-SIZE: 9pt
}

}
</STYLE
</head

<body
<div align="center"
  <center
  <table border="0" cellpadding="0" cellspacing="0" width="574" height="312"
   </center
   <tr
<td<p align="center"高三<6班留言本本</br</td
</tr
    <tr
      <td width="574" height="272" valign="top"
        <form method="POST" action="ly.php"
           
          <table border="0" cellpadding="0" cellspacing="0" width="100%"
  <center
   <tr
              <td width="26%" align="right"
          姓名:</td
  <td width="74%"<input style="font-size: 9pt; width: 186; background-color: #f8f8f8; height: 19; border: 1px solid #9a9999"   
type="text" name="T1" size="13"</td
  </tr
  <tr
              <td width="26%" align="right"
          EMAIL:</td
  <td width="74%"<input style="font-size: 9pt; width: 186; background-color: #f8f8f8; height: 19; border: 1px solid #9a9999" name="T2" size="13"</td
  </tr
              <tr
                <td width="26%" align="right"
          个人主页:</td
                <td width="74%"<input style="font-size: 9pt; width: 186; background-color: #f8f8f8; height: 19; border: 1px solid #9a9999" name="T3" size="13" value="http://"</td
              </tr
              <tr
    &nbs

来源:http://www.tulaoshi.com/n/20160129/1493114.html

延伸阅读
标签: Java JAVA基础
  有了数据库下面就要对数据库操作读取留言了! 下面列出显示留言的主要程序 <%@page import="java.sql.*" import ="java.util.*" import ="java.io.*" contentType="text/html; charset=gb2312" % <html <head <title萍慧自由空间留言本</title <meta name=&quo...
标签: ASP
  五、建立显示XML数据的ASP文件(index.asp) 这个文件要实现的功能就是读取并显示XML数据,首先创建一个XML对像然后把XML读入内存中,利用DOM分离出我们所要的数据。 <% strSourceFile = Server.MapPath("/") & "\List.xml" '获取XML文件的路径这里根据你的虚拟目录不同而不同 Set objXML = Server.Create...
标签: ASP
  六、建立写新留言程序(PostNew.asp) 这个文件要实现的功能就是写入新的XML节点,首先创建一个XML对像然后把XML读入内存中,利用appendChild()方法加入我们生成的XML节点。 <% username=request.form("username") if username<>"" then fromwhere =request.form("fromwhere") homepage =re...
标签: ASP
  一、读者指引 读者指引帮助你掌握本文的梗概。以免你看了大半才明白这编文章不适合你,给你造成视觉污染。 如果你正在用ASP+XML写一些程序,或者你正在学XML那就值得一看。 阅读本文须具备的知识,对ASP有基本的了解,对XML和DOM有基本了解,如果你不了解那么你通过学习本文基本上能够撑握ASP+XML和DOM的应用,...
标签: ASP
  七、总结 到这里我们就建立一个简单并有分页功能的XML留言本了,呵看完了简单吧,其实我这里只起一个抛砖引玉的功能,其目的是引导大家建立更复杂更好的ASP+XML程序,例如:所上面的留言本加上回复功能,管理功能,点击计数据功能等,甚至你可以把它变一个BBS等等。最后留言本运行结果如下: (List.xml在IE5下面的运行结果...

经验教程

695

收藏

87
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部