Source code My forum source code 4

WBOY
Release: 2016-07-29 08:33:45
Original
866 people have browsed it

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 "密 码:    忘了密码来这里取回密码!

";
                       }
                  ?>
                

主 题:


                
帖子内容

                  
                               
                

              
            

                                                                                                     99">
 



The above introduces the source code. My forum source code four includes source code content. I hope it will be helpful to friends who are interested in PHP tutorials.


Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!