支持oicq头像的留言簿(二)

iveerson_0420

iveerson_0420

2016-01-29 14:29

支持oicq头像的留言簿(二),支持oicq头像的留言簿(二)
  addnote.php
<HTML
<HEAD
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"
<TITLE添加留言</TITLE
<style type="text/css"
<!--
.white12 {  font-size: 12pt; color: #FFFFFF; text-decoration: none}
--
</style
</HEAD
<BODY BGCOLOR="#FFFFFF"
<table width="98%" border="0" cellspacing="0" cellpadding="0" height="61"
  <tr  
    <td height="62" width="34%"<a href="http://www.medguider.com"<img src="http://img.jcwcn.com/attachment/portal/jcwcj/2005-12/10/05121010241613321.gif"" width="243" height="60" alt="医学导航网" border="0"</a</td
    <td height="62" width="66%"  
      <div align="center"<img src="http://img.jcwcn.com/attachment/portal/jcwcj/2005-12/10/05121010241636294.gif"" width="410" height="60"<img src="http://img.jcwcn.com/attachment/portal/jcwcj/2005-12/10/05121010241641862.gif"" width="60" height="60"</div
    </td
  </tr
</table
<?php
include ("config.php");
if ($submit){
$time=date("Y年m月d日 H:i:s A");
$ip=$REMOTE_ADDR;//留言人ip地址
$name=trim($name);
$email=trim($email);
$title=strip_tags($top);
$nnote=nl2br(strip_tags($content));//先去掉html标记,再将换行符转成 <br。
if (!$name||!$email||!$title||!$nnote){           //检查是否填写完整
      echo "对不起,您必须填所有内容!<BR"."<a href='javascript:history.back()'返回</a";
      exit; }elseif(!ereg('^[-!#$%&'*+./0-9=?A-Z^_`a-z{|}~]+'.'@'.'[-!#$%&'*+/0-9=?A-Z^_`a-z{|}~]+.'.'[-!#$%&'*+./0-9=?A-Z^_`a-z{|}~]+$',$email)  //email合法性验证
       ){
       echo "email不合法!<BR"."<a href='javascript:history.back()'返回</a";
       exit;
             }
   //写入数据库
$sql="INSERT INTO notebook (name,email,time,face,ip,title,nnote) VALUES ('$name','$email','$time','$face','$ip','$title','$nnote')";
$result = mysql_query($sql,$db);
mysql_close($db);
echo "留言成功!";
}
?
<table width="99%" border="1" cellspacing="0" cellpadding="0" align="center" bordercolor="#3366FF"
  <tr bgcolor="#3366FF"  
    <td width="81%" class="white12" height="26"<a href="../index.php" class="white12"首页</a  
      &gt; <a href="index.php" class="white12"留言簿</a  
      &gt; 添加留言</td
    <td width="19%" class="white12" height="26"<a href='index.php' class="white12"查看留言</a  
    </td
  </tr
  <tr  
    <td colspan="2"
      <form name="form1" method="post" action="addnote.php"
展开更多 50%)
分享

猜你喜欢

支持oicq头像的留言簿(二)

PHP
支持oicq头像的留言簿(二)

支持oicq头像的留言簿(一)

PHP
支持oicq头像的留言簿(一)

s8lol主宰符文怎么配

英雄联盟 网络游戏
s8lol主宰符文怎么配

ASP进阶教程Ⅴ:留言簿在线留言编辑(二)

ASP
ASP进阶教程Ⅴ:留言簿在线留言编辑(二)

留言簿程序的编写

编程语言 网络编程
留言簿程序的编写

lol偷钱流符文搭配推荐

英雄联盟 网络游戏
lol偷钱流符文搭配推荐

初学者的留言簿

PHP
初学者的留言簿

ASP进阶教程Ⅵ:留言簿在线删除留言

ASP
ASP进阶教程Ⅵ:留言簿在线删除留言

lolAD刺客新符文搭配推荐

英雄联盟
lolAD刺客新符文搭配推荐

转换中文日期的PHP程序

转换中文日期的PHP程序

FLASH -- 关于变量的问题FLASH -- 关于变量的问题

FLASH -- 关于变量的问题FLASH -- 关于变量的问题
下拉加载更多内容 ↓