当前位置: 首页 > 图文教程 > 网络编程 > PHP > 挑战最棒的留言本的源码(二)

PHP
工作笔记:配置MySQL为高可用集群 (1)
MySQL (C API)VC实例及代码下载 (1)(5)
MySQL (C API)VC实例及代码下载 (1)(4)
MySQL (C API)VC实例及代码下载 (1)(3)
MySQL (C API)VC实例及代码下载 (1)(2)
MySQL (C API)VC实例及代码下载 (1)
用JSP连接mysql数据库的方法 (1)(2)
用JSP连接mysql数据库的方法 (1)
MySQL数据库账户授权的相关管理解析 (1)(2)
MySQL数据库账户授权的相关管理解析 (1)
SAP MaxDB MySQL修补数据库严重漏洞
MySQL研发中心成立发布会会后访问整理 (1)(2)
MySQL研发中心成立发布会会后访问整理 (1)
MySQL中SQL-TEXT、DATE和SET数据类型
MySQL存在权限提升及安全限制绕过漏洞
MySQL 卸载的问题
windows下安装、卸载mysql服务
如何正确卸载MySQL
MySQL手册版本 5.0.20-MySQL优化(四) (1)(5)
MySQL手册版本 5.0.20-MySQL优化(四) (1)(4)

PHP 中的 挑战最棒的留言本的源码(二)


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-08-14   浏览: 108 ::
收藏到网摘: n/a

post.php文件
<?php
require('config.php');
?>

<td>来自:

<?php
$ip_address=ip_question($record->ip_address);
echo$ip_address;
?>

</td>
</tr>
<trbgcolor=>
<thcolspan=3align=left>主题:<fontcolor=teal><?phpecho$record->subject?></font></th>

</tr>

<tr><thcolspan=3align=left><fontcolor="#416AAF">
<?phpecho$record->message?></font></th>
</tr>


<?php

if($record->huifu_biaozi)
{
?>
<tr><thcolspan=3align=left><fontcolor="red"><br><br>版主回复:</font><fontcolor="navy">
<?phpecho$record->huifu?></font></th>
</tr>
<?php

}

?>

<tr>
<thcolspan=3align=left><br>
<ahref=mailto:<?phpecho$record->email_address?>>
<imgsrc=image/mail.gif
alt="<?phpecho$record->nikename?>的e-mail地址是:<?phpecho$record->email_address?>"
border="0"width="15"length="15">邮件</a>
<ahref=<?phpecho$record->zhuye_address?>><imgsrc=image/home.gif
alt="<?phpecho$record->nikename?>的主页地址是:<?phpecho$record->zhuye_address?>"
border="0"
width="14"length="14">主页</a>
<imgsrc=image/oicq.gifborder="0"alt="<?phpecho$record->nikename?>的OICQ是:
<?phpecho$record->oicq?>"
width="14"length="14">OICQ</a>

<ahref=action.php?action=delete&key_liuyan=<?phpecho$record->key_liuyan?>><imgsrc=image/del.gifborder="0"width="12"length="12"alt="只有版主才有删除的权限哦!">删除</a>
<ahref=action.php?action=huifu&key_liuyan=<?phpecho$record->key_liuyan?>><imgsrc=image/replay.gifborder="0"width="14"length="14"alt="不好意思,现在暂时只有版主才能回复">回复</a>


</th></tr>

<tr>
<tdcolspan="3"><hrSIZE="1"></td>
</tr>