$strlen=strlen($articlemsg);
if($strlen<50){
echo "<table align=center width=100%>";
echo "<tr align=center><td>";
echo"你是不是在灌水呀?為防止部分網友善意的灌水,本 " /> 少妇精油按摩,久久机热视频 这里只有精品首页,天堂so导航

天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

文章推薦系統(二)

======APPRE.php==========
$strlen=strlen($articlemsg);
if($strlen<50){
  echo "<table align=center width=100%>";
  echo "<tr align=center><td>";
  echo"你是不是在灌水呀?為防止部分網友善意的灌水,本站規定你所提交的文章";
  echo"</td></tr>";
  echo"<tr align=center><td>";
  echo"的長度必須大于50個漢字。請你重新提交文章。謝謝";
  echo"</td></tr>";
  echo"<tr><td align=center>";
  echo"<a href=appre.htm>【重新提交文章】</a>   ";
  echo"<a href=index.php>【返回到主頁】</a>";
  echo"</td></tr>";
  echo"</table>";
  echo"<table border=0 cellpadding=5 cellspacing=0 width=100% bgcolor=00FF00>";
  echo"<tr>";
  echo"<td width=20%>|      <a href=index.php>返回首頁 </a>     </td>";
  echo"<td width=20%> | <a href=help.htm> 推薦說明</a> 
          |</td>";
  echo"<td width=20%>   <a href=#>搜索文章 </a> 
          |      </td>";
  echo"<td width=20%>  <a href=article.php>閱讀文章</a>    
          |</td>";
  echo"<td width=20%>  <a href=mailto:[email protected]>聯系站長</a> 
          |</td>";
  echo"</tr>";
  echo"</table>";

  exit;
}
$strlen=strlen($name);
if($strlen<=1){
  echo"<table align=center width=100%>";
  echo"<tr align=center><td>";
  echo"請你正確輸入你的名字";
  echo"</td></tr>";
  echo"<tr><td align=center>";
  echo"【<a href=appre.htm>重新提交文章</a>】    ";
  echo"【<a href=index.php>返回主頁</a>】";
  echo"</td></tr>";
  echo"</table>";
  echo"<table border=0 cellpadding=5 cellspacing=0 width=100% bgcolor=00FF00>";
  echo"<tr>";
  echo"<td width=20%>|      <a href=index.php>返回首頁 </a>     </td>";
  echo"<td width=20%> | <a href=help.htm> 推薦說明</a> 
          |</td>";
  echo"<td width=20%>   <a href=#>搜索文章 </a> 
          |      </td>";
  echo"<td width=20%>  <a href=article.php>閱讀文章</a>    
          |</td>";
  echo"<td width=20%>  <a href=mailto:[email protected]>聯系站長</a> 
          |</td>";
  echo"</tr>";
  echo"</table>";

  exit;
}
@$conn=mysql_connect("localhost","user","password");
mysql_select_db("bamboo");
$sql="select*from article where articlename='$articlename'";
$result=mysql_query($sql,$conn);
if($result){
  if(mysql_fetch_object($result)){
    echo"<table align=center width=100%>";
    echo"<tr><td align=center>";
    echo"你所推薦的文章已經存在了";
    echo"</td>";
    echo"<td align=center>";
    echo"<a href=appre.htm>重新推薦下一篇文章</a>";
    echo"</td></tr>";
    echo"<tr><td align=center>";
    echo"如果你確信本站沒有你所推薦的文章,請你點<a href=mailto:[email protected]>這里</a>與此同時Bamboo聯系";
    echo"</td></tr>";
    echo"<tr><td align=center>";
    echo"【<a href=appre.htm>重新發表新的文章</a>】";
    echo"【<a href=index.php>返回主頁</a>】";
    echo"</td></tr>";
    echo"</table>";
    mysql_close($conn);
    echo"<table border=0 cellpadding=5 cellspacing=0 width=100% bgcolor=00FF00>";
    echo"<tr>";
    echo"<td width=20%>|      <a href=index.php>返回首頁 </a>     </td>";
    echo"<td width=20%> | <a href=help.htm> 推薦說明</a> 
          |</td>";
    echo"<td width=20%>   <a href=#>搜索文章 </a> 
          |      </td>";

    echo"<td width=20%>  <a href=article.php>閱讀文章</a>    
          |</td>";
    echo"<td width=20%>  <a href=mailto:[email protected]>聯系站長</a> 
          |</td>";
    echo"</tr>";
    echo"</table>";

    exit;}
    }
$sql="select *from article where name=$name";
$result=mysql_query($sql,$conn);
if($result){
  if(mysql_fetch_object($result)){
  echo"<table width=100% align=center>";
  echo"<tr align=center>";
  echo"<td align=center>";
  echo"本站數據庫記錄顯示已經有一個和你同名的記錄,請你換一個名字重新發表文章";
  echo"</td></tr>";
  echo"<tr><td align=center>";
  echo"<a href=appre.htm>重新發表文章</a>";
  echo"<a href=index.php>返回主頁</a>";
  echo"</td></tr>";
  echo"</table>";
  mysql_close($conn);
  echo"<table border=0 cellpadding=5 cellspacing=0 width=100% bgcolor=00FF00>";
  echo"<tr>";
  echo"<td width=20%>|      <a href=index.php>返回首頁 </a>     </td>";
  echo"<td width=20%> | <a href=help.htm> 推薦說明</a> 
          |</td>";
  echo"<td width=20%>   <a href=#>搜索文章 </a> 
          |      </td>";
  echo"<td width=20%>  <a href=article.php>閱讀文章</a>    
          |</td>";
  echo"<td width=20%>  <a href=mailto:[email protected]>聯系站長</a> 
          |</td>";
  echo"</tr>";
  echo"</table>";

  exit;
  }
}

echo $webadd1;
$sql="insert into article(name,webname,webadd,weblogo,articlename,articleauthor,articlemsg) values ('$name','$webname','$webadd','$weblogo','$articlename'
,'$articleauthor'
,'$articlemsg'
)";
//echo mysql_errno().":".mysql_error()."<br>";
if(mysql_query($sql,$conn)){
  echo"<table width=100% align=center>";
  echo"<tr><td align=center>";
  echo"謝謝你,斑竹園的發展離不開你的支持。你提交的文章已經接受";
  echo"</td></tr>";
  echo"<tr><td align=center>";
  echo"【<a href=appre.htm>提交另一篇文章</a>】";
  echo"【<a href=index.php>返回主頁</a>】";
  echo"</td></tr>";
  echo"</table>";
  mysql_close($conn);
  }
else{
  echo"<table width=100% align=center>";
  echo"<tr><td align=center>";
  echo"對不起,你提交的文章出現錯誤,請你重新提交";
  echo"</td></tr>";
  echo"<tr><td align=center>";
  echo"【<a href=appre.htm>重新提交</a>】";
  echo"【<a href=index.php>返回主頁</a>】";
  echo"</td></tr>";
  echo"</table>";
  mysql_close($conn);
  }
  echo"<table border=0 cellpadding=5 cellspacing=0 width=100% bgcolor=00FF00>";
  echo"<tr>";
  echo"<td width=20%>|      <a href=index.php>返回首頁 </a>     </td>";
  echo"<td width=20%> | <a href=help.htm> 推薦說明</a> 
          |</td>";
  echo"<td width=20%>   <a href=#>搜索文章 </a> 
          |      </td> ";
  echo"<td width=20%>  <a href=article.php>閱讀文章</a>    
          |</td>";
  echo"<td width=20%>  <a href=mailto:[email protected]>聯系站長</a> 
          |</td>";
  echo"</tr>";
  echo"</table>";

?>

php技術文章推薦系統(二),轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 两个奶头被吃得又翘又痛 | 亚洲精品色情APP在线下载观看 | 无码专区无码专区视频网网址 | 国产成人免费高清激情视频 | 三级全黄a | 青柠在线观看免费播放电影 | 日日夜夜天天操 | 被六个男人躁到一夜同性 | 在线亚洲中文精品第1页 | 又粗又大又爽又黄的免费视频 | 97久久伊人精品影院 | 在线亚洲97se | 魅男mangay| 乳巨揉みま痴汉电车中文字幕动漫 | 影音先锋av333资源网 | 欧美成人国产 | 国产叼嘿久久精品久久 | 碰超成人在线公开免费视频 | 51精品少妇人妻AV一区二区 | 女教师二十三岁 | 人人碰国产免费线观看 | 国产一区二区三区乱码在线观看 | 日本无码毛片一区二区手机看 | 97SE亚洲国产综合自在线不卡 | 久久青青草原精品国产软件 | 亚洲欧美成人无码久久久 | 日韩欧美一区二区三区免费观看 | 久久99国产视频 | 3acg同人漫画禁图h | 欧美特级午夜一区二区三区 | 在线观看亚洲 日韩 国产 | 钉钉女老师 | 亚洲精品福利一区二区在线观看 | 伊人久久久久久久久香港 | 免费A级毛片无码无遮挡内射 | 亚洲欧美综合中文 | 一本道亚洲区免费观看 | 粗壮挺进邻居人妻无码 | 特级aa 毛片免费观看 | 精品国产露脸久久AV麻豆 | wwwwxxxxx中国|