<?php
// 包含数据库连接文件和头文件
require ('dbconnect.php');
include('head.php');
@require('check.php');
?>
<html>
<script language="javascript">
function checkmessage()
{
if (msgform.username.value=="")
{
// 如果用户名为空,则显示警告信息
alert("用户名不能为空!");
msgform.username.focus();
return false;
}
if (msgform.password.value=="")
{
// 如果用户密码为空,则显示警告信息
alert("用户密码不能为空!");
msgform.password.focus();
return false;
}
if (msgform.email.value=="")
{
// 如果Email为空,则显示警告信息
alert("Email不能为空!");
msgform.email.focus();
return false;
}
// 检查email格式是否正确
else if (msgform.email.value.charAt(0)=="." ||
msgform.email.value.charAt(0)=="@"||
msgform.email.value.indexOf('@', 0) == -1 ||
msgform.email.value.indexOf('.', 0) == -1 ||
msgform.email.value.lastIndexOf("@")==msgform.email.value.length-1 ||
msgform.email.value.lastIndexOf(".")==msgform.email.value.length-1)
{
alert("Email的格式不正确!");
msgform.email.select();
return false;
}
if (msgform.title.value=="")
{
// 如果留言标题为空,则显示警告信息
alert("留言标题不能为空!");
msgform.title.focus();
return false;
}
if (msgform.content.value=="")
{
// 如果留言内容为空,则显示警告信息
alert("留言内容不能为空!");
msgform.content.focus();
return false;
}
return true;
}
</script>
<body bgcolor="#FFFFFF" text="#000000">
<h1 align=center><font color=blue>多谢回复</font></h1>
<form name="msgform" method="post" action="reply.php?firstmesid=<? echo $info[firstMesID];?>&lastmesid=<? echo $info[MesID];?>" enctype="multipart/form-data" onsubmit="return checkmessage()">
<table width="64%" border="0" cellspacing="1" cellpadding="3" bgcolor="#66CCFF" align="center">
<tr>
<td width="48%">用 户:
<input type="text" name="username">
</td>
<td width="52%"> 密 码:
<input type="password" name="password">
</td>
</tr>
<tr>
<td width="48%">性 别:
<select name="select" size="1">
<option>不告诉你</option>
<option>帅哥</option>
<option>美女</option>
</select>
</td>
<td width="52%">Email:
<input type="text" name="email" maxlength="50">
</td>
</tr>
<tr>
<td colspan="2">留 言:
<input type="checkbox" name="checkbox" value="Y">
隐藏IP </td>
</tr>
<tr>
<?
// 得到上一页的参数
$firstmesid=$_GET[firstmesid];
$lastmesid=$_GET[lastmesid];
// print $firstmesid;
// 连接数据库表,要回复的文章的获得标题
$firstsql="select * from guestbook where MesID='$firstmesid'";
$first_re=mysql_query($firstsql,$conn);
$first_ar=mysql_fetch_array($first_re);
$title="[回复]".$first_ar[title];
// 连接数据库表,要回复的文章的获得内容
$lastsql="select * from guestbook where MesID='$lastmesid'";
$last_re=mysql_query($lastsql,$conn);
$last_ar=mysql_fetch_array($last_re);
// 如果原文章内容超过50 byte,则回复贴中只保留50 byte
$old_content=substr($last_ar[content],0,50);
?>
<td colspan="2">标 题:
<input type="text" name="title" size="60" value=<? echo $title;?> maxlength="50">
<!--需要两个隐含input框用来传递firstmesid和lastmesid参数 -->
<input type="hidden" name="firstmesid" value=<?echo $firstmesid;?>>
<input type="hidden" name="lastmesid" value=<?echo $lastmesid;?>>
</td>
</tr>
<tr>
<td colspan="2">
<textarea name="content" rows="10" cols="100" >
---------------------------------
原主题:
<? echo $old_content;?></textarea>
</td>
</tr>
<tr>
<td>
<div align="right">
<input type="submit" name="Submit" value="提交">
</div>
</td>
<td>
<input type="reset" name="Rewrite" value="重写">
</td>
</tr>
</table>
</form>
</body>
</html>
没有合适的资源?快使用搜索试试~ 我知道了~
sxg.rar_Echo Echo
共36个文件
php:20个
gif:8个
html:3个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 95 浏览量
2022-09-20
17:19:57
上传
评论
收藏 121KB RAR 举报
温馨提示
<? session_start() if(!isset($_SESSION[ USER ])) { echo "<script type= text/javascript >alert( 请登录 ) </script>" echo "<script type= text/javascript >location.href= index.html </script>" } else { echo "欢迎你:" echo $_SESSION[ USER ] } ?> 来审核用户
资源推荐
资源详情
资源评论
收起资源包目录
sxg.rar (36个子文件)
sxg
modify.php 1KB
ip.gif 2KB
047.gif 85KB
ChkAdmLogin.php 896B
write.php 1KB
1.gif 104B
reply_input.php 4KB
dbconnect.php 233B
display.php 3KB
head.php 938B
index1.html 5KB
browse.php 3KB
check.php 1KB
input.php 3KB
modify_input.php 2KB
index.html 5KB
reply.php 1KB
delList.php 664B
messageboard
guestbook.MYD 740B
guestbook.MYI 2KB
db.opt 65B
guestbook.frm 9KB
login.php 1KB
admin_display.php 3KB
logo.gif 3KB
Thumbs.db 19KB
search.php 3KB
search_input.php 1014B
mail.gif 155B
register.html 4KB
delete.php 1KB
del.gif 80B
admin_browse.php 3KB
transparent.gif 43B
reply.gif 263B
logout.php 309B
共 36 条
- 1
资源评论
alvarocfc
- 粉丝: 126
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功