您的位置:首页网页设计PHP实例 → 模仿OSO的论坛(四)

模仿OSO的论坛(四)

时间:2004/11/7 3:23:00来源:本站整理作者:蓝点我要评论(0)

reply.php(用来回复主题)

疑难问题




if (!$cook_user)

{echo "";}

else {include ("connect.inc.php");

$query = "select * from my_user where user='".$cook_user."' and password='".$cook_password."'";  

$res = mysql_query($query);  

if (!$res)

{echo "";}

include "connect.inc.php";

if ($content) {$content= str_replace ( "'","mysinglequotes",$content);  

$content=htmlspecialchars($content);

$content=nl2br($content);

$query = "INSERT INTO guestbook (name,type,content,icon,time_open,time_close,answer_count,answer_name,main_id) VALUES ('".$cook_user."',0,'".$content."',".$icon.",now(),now(),1,'".$cook_user."',".$theme_id.")";  

$res = mysql_query($query);

if ($res)  

{$query = "update guestbook set time_close=now(),answer_count=answer_count+1,answer_name='".$cook_user."' where id=".$theme_id;  

$res = mysql_query($query);  

if ($res)

{echo "";}}}}

?>









  

    

      

        

        

          

          

        

          

          

        

          

          

        

          

          

               

        

          
回复主题


            href="read.php?theme_id=">


$query = "select theme from guestbook where id=".$theme_id;

$res = mysql_query($query);  

$row = mysql_fetch_row($res);  

echo $row[0];

?>



表情图标
            align=ABSCENTER height=18  

            src="mypic/icon1.gif"  

            width=18>
            align=ABSCENTER height=18  

            src="mypic/icon2.gif"  

            width=18>
            align=ABSCENTER height=18  

            src="mypic/icon3.gif"  

            width=18>
            align=ABSCENTER height=18  

            src="mypic/icon4.gif"  

            width=18>
            align=ABSCENTER height=18  

            src="mypic/icon5.gif"  

            width=18>
            align=ABSCENTER height=18  

            src="mypic/icon6.gif"  

            width=18>
            align=ABSCENTER height=18  

            src="mypic/icon7.gif"  

            width=18>

            align=ABSCENTER height=18  

            src="mypic/icon8.gif"  

            width=18>
            align=ABSCENTER height=18  

            src="mypic/icon9.gif"  

            width=18>
            align=ABSCENTER height=18  

            src="mypic/icon10.gif"  

            width=18>
            align=ABSCENTER height=18  

            src="mypic/icon11.gif"  

            width=18>
            align=ABSCENTER height=18  

            src="mypic/icon12.gif"  

            width=18>
            align=ABSCENTER height=18  

            src="mypic/icon13.gif"  

            width=18>
            align=ABSCENTER height=18  

            src="mypic/icon14.gif"  

            width=18>


          加贴内容
    

                  




            
  • 本主题最后 5 个帖子 (按发帖时间倒序排列)


  •       
          width=100%>

            

            

              

              


    $query = "select * from guestbook where main_id=".$theme_id." or id=".$theme_id." order by time_open DESC limit 5 ";

    $res = mysql_query($query);  

    function TdBackColor() {

      static $ColorStr;

      if ($ColorStr=="#ededed") {

        $ColorStr="#dedede";

      } else {

        $ColorStr="#ededed";

      }

      return($ColorStr);

    }

    for ($i=1;$i<=5;$i++)

    {$row = @mysql_fetch_array($res);  

    if (!$row) break;  

    $ColorStr=TdBackColor();

    echo "";

    echo "";  

    $content= str_replace ( "mysinglequotes","'",$row['content']);  

    echo "";  

    }

    ?>      

    作 者 内 容
    ".$row['name']."".$content."






      



    【本文版权归作者与奥索网共同拥有,如需转载,请注明作者及出处】    


    相关阅读 Windows错误代码大全 Windows错误代码查询激活windows有什么用Mac QQ和Windows QQ聊天记录怎么合并 Mac QQ和Windows QQ聊天记录Windows 10自动更新怎么关闭 如何关闭Windows 10自动更新windows 10 rs4快速预览版17017下载错误问题Win10秋季创意者更新16291更新了什么 win10 16291更新内容windows10秋季创意者更新时间 windows10秋季创意者更新内容kb3150513补丁更新了什么 Windows 10补丁kb3150513是什么

    文章评论
    发表评论

    热门文章 没有查询到任何记录。

    最新文章 我的php文件怎么打开_php运算符怎么写 php 如何生成静态页面的函数PHP生成图片缩略图PHP session常见问题集锦及解决办法PHP实现同步远程Mysql

    人气排行 DEDE在文章列表文章没有缩略图的不显示图片php+mysq修改用户密码我的php文件怎么打开_如何打开php文件的办法FCKeditor的配置和使用方法使用dedecms建站教程PHP+Ajax实现分页技术图片存储与浏览一例Linux+Apache+PHP+MySQLPHP生成图片缩略图