Home  >  Article  >  Backend Development  >  My forum source code (4)_PHP tutorial

My forum source code (4)_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 16:03:511151browse

POST.PHP发布主题的页面,发布的信息提交到OKEY.PHP中去处理。



论坛发帖


include "linkfox.inc.php";
include "info.inc.php";
?>




$tem=$HTTP_COOKIE_VARS[FlyFoxNet]; //取COOKIE信息
$temp=explode("|",$tem);
$cookiem=$temp[0];
$useinfo=cuser($cookiem,$action);
if ($useinfo[2]=="游客") $usename=1;
?>


  
    
    
    
    
    
  
  
    
    
    
    
  
  
    
    
    
    
    
  

      

      

    
       

     

    

      

    

      
当前位置:狐网─>狐网论坛─>发布论题  ".$useinfo[2].""; ?>

    

      

    

      

    

      

    

      

    



  
    
  
  
    
  
  
    

     if ($useinfo[0]) echo "[".$useinfo[2]."] 你好!请在下面填写你的贴子。";
      else echo "".$useinfo[2]."你好,请先登录,再发帖,如果你还未注册,请先注册吧!";
      ?>

      
 

      
        
          


            

              

                               {
echo "用户名:    如果你还未注册,就来这里注册
";
                  echo "密 码:    忘了密码来这里取回密码!

";
                       }
                  ?>
                

主 题:


                
帖子内容

                  
                               
                

              

            

                                          =" #009999">






http://www.bkjia.com/PHPjc/316090.html

www.bkjia.com

truehttp: //www.bkjia.com/PHPjc/316090.htmlTechArticlePOST.PHP publishes the theme page, and the published information is submitted to OKEY.PHP for processing. html head title forum post/title meta http-equiv=Content-Type content=text/html; charset=gb2312 STYLE...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn