PHP MYSQL的文章管理系統(二)_PHP教程

WBOY
發布: 2016-07-21 16:06:49
原創
1219 人瀏覽過

###############index.php######################
require"./inc/func.php";
mscon();
require "./inc/header.inc";
?>




  
    
    
  
表>

  
    
  
表>

  
    
    
 名稱=“類型”>
  全部類別選項>
$typ=檔案("列表.txt");
$num=count($typ);
for($i=2;$i{
  echo"$typ[$i]" ;}
      ?>
  選擇>
  
  全部內容選項內容選項>;
  文章標題選項>;
  加入時間選項>
  選擇>
  
  
  
  

表>

      

          
          
          
          
          
        

      
PHP MYSQL的文章管理系統(二)_PHP教程

    

          tiswfswf
          
             ality=highpluginspage="http:/ /www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"type="application/x- shockwave-flash" width="468" height="60" wmode="transparent">
 /嵌入>

      物件>
 


$type=trim($type);
  if($comm)
    {
     $sec="and comm=1";
     $fir="where comm=1";
    }
  if(!empty($type))
    $query="select count(*) from $table where type='$type' $sec";
  else
    $query="select count(*) from $table $fir";
  $res=mysql_db_query("$database",$query);
  if(@mysql_num_rows($res)>0)
    $tot=mysql_fetch_array($res);
  $total=$tot[0];
  $total_page=ceil($total/$pagenum);
  echo "";
  echo "";
  if(空白($page))
    $page=0;
  if(空白($offset))
    $offset=0;
  $offset=$pagenum*$page;
  if(!empty($type))
     $query="select * from $table where type='$type' $sec order by id desc limit $offset,$pagenum";
  else
    $query="select * from $table $fir order by id desc limit $offset,$pagenum";
  $res=mysql_db_query("$database",$query);
  if(@mysql_num_rows($res)>0)
     while($topic=mysql_fetch_array($res))
   40)
          {
            $topic[title]=substr($topic[title],0,40) ;
            $topic[title]=$topic[title].".....";
          }
         if(trim($topic[time])==date(年月日)) 時間]字體>";
           echo"
          ";
     }
else
   echo 「 對不起
共:".$total."篇".$total_page."頁
[$topic[type]]$topic[title] ;($topic[時間])";
        if($topic[comm]==1)
          echo "PHP MYSQL的文章管理系統(二)_PHP教程鎖定";
    $topic[hits]次;評論:$topic[p_num]次

  
    
    
    



    pre=$page-1;
     $next=$page 1;
if($page>0)
   echo "上一頁

";
else
  echo "上一頁

";  ?>
   echo "   下一頁

";
else echo "   下一頁

";?>

跳到:
        


選擇欄位:
        
    

target="_balnk">


####################read_article .php#########################

require"./inc/func.php";
if (!$id)
{
  echo"<script>window.close();</script>";
   exit();
}
mscon();
$query="select * from $table where id='$id'";
$res=mysql_db_query("$database",$query);
if(!$res)
  {
    echo "this article has been deleted or no this article!!";
    exit();
  }
$data=myfetch_array($res) $pre=$data[id]-1;
$next=$data[id] 1;
?>


<br>   echo "$data[title]--[$data[type]]";?> <br>

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!