您的位置:首页 >> Web开发 >> PHP技术 >> PHP实例 >> 正文
PHP实例 RSS
 

我的论坛源代码(四)

http://www.rdxx.com 06年12月11日 02:26 不详 我要投稿

关键词: 源代码 , 论坛 , 代码
POST.PHP发布主题的页面,发布的信息提交到OKEY.PHP中去处理。

<html>
<head>
<title>论坛发帖</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE type=text/css>
P {FONT-FAMILY: normal; FONT-SIZE: 9pt; LINE-HEIGHT: 14pt}
DIV {FONT-FAMILY: normal; FONT-SIZE: 9pt; LINE-HEIGHT: 14pt}
</STYLE>
<?
include "linkfox.inc.php";
include "info.inc.php";
?>
<LINK href="js/cpcw.css" rel=stylesheet /LINK>
</head>

<body bgcolor="#FFFFFF">
<?
$tem=$HTTP_COOKIE_VARS[FlyFoxNet];          //取COOKIE信息
$temp=explode("|",$tem);
$cookiem=$temp[0];
$useinfo=cuser($cookiem,$action);
if ($useinfo[2]=="游客") $usename=1;
?>
<table width="100%" cellpadding="4" cellspacing="0" border="0">
  <tr>
    <td height="40" rowspan="2" width="60%">
      <div align="right"></div>
      <div align="right"></div>
    </td>
    <td height="20" width="10%">&nbsp;</td>
    <td height="20" width="10%">&nbsp;</td>
    <td height="20" width="10%">&nbsp;</td>
    <td height="20" width="10%">&nbsp;</td>
  </tr>
  <tr>
    <td height="20" width="10%">
     <div align="center"><a href="reguse.php?action=xy"><img src="http://web.rdxx.com/Files/Pic/Img/PHP_Example/0682916333363908.gif"" width="74" height="21" border="0"></a></div>
    </td>
    <td height="20" width="10%">
      <div align="center"><a href="useinfo.php?action=find"><img src="http://web.rdxx.com/Files/Pic/Img/PHP_Example/0682916333361854.gif"" width="74" height="21" border="0"></a></div>
    </td>
    <td height="20" width="10%"><a href="useinfo.php?action=edit"><img src="http://web.rdxx.com/Files/Pic/Img/PHP_Example/0682916333383742.gif"" width="74" height="21" border="0"></a></td>
    <td height="20" width="10%"><a href="okey.php?d=q"><img src="http://web.rdxx.com/Files/Pic/Img/PHP_Example/0682916333348190.gif"" width="74" height="21" border="0"></a></td>
  </tr>
  <tr>
    <td height="20">
      <div align="left">当前位置:<font color="#0000FF">狐网─&gt;狐网论坛─&gt;发布论题</font>  <? echo "<font color='00dd00'>".$useinfo[2]."</font>"; ?></div>
    </td>
    <td height="20">
      <div align="center"><a href="foxbbs.php"><img src="http://web.rdxx.com/Files/Pic/Img/PHP_Example/0682916333456019.gif"" width="70" height="20" border="0" align="middle"></a></div>

上一页 下一页


 
 
标签: 源代码 , 论坛 , 代码 打印本文
 
 



Valid XHTML 1.0 Transitional
Copyright ©2005 - 2008 Rdxx.Com,All Rights Reserved
收藏本页
收藏本站