PHP头条
热点:

文章推荐系统(二)


======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>&nbsp;&nbsp;&nbsp";
  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%>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href=index.php(做为现在的主流开发语言)>返回首页&nbsp;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>";
  echo"<td width=20%>&nbsp;|&nbsp;<a href=help.htm> 推荐说明</a>&nbsp;
          |</td>";
  echo"<td width=20%>&nbsp;&nbsp; <a href=#>搜索文章&nbsp;</a>&nbsp;
          |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>";
  echo"<td width=20%>&nbsp; <a href=article.php(做为现在的主流开发语言)>阅读文章</a>&nbsp;&nbsp;&nbsp;&nbsp;
          |</td>";
  echo"<td width=20%>&nbsp; <a href=mailto:webinfro@163.com>联系站长</a>&nbsp;
          |</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>】&nbsp;&nbsp;&nbsp;&nbsp";
  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%>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href=index.php(做为现在的主流开发语言)>返回首页&nbsp;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>";
  echo"<td width=20%>&nbsp;|&nbsp;<a href=help.htm> 推荐说明</a>&nbsp;
          |</td>";

www.phpzy.comtrue/phprm/34102.htmlTechArticle文章推荐系统(二) ======APPRE.php (做为现在的主流开发语言) ========== strlen=strlen(articlemsg); if(strlen50) echo "table align=center width=100%"; echo "tr align=centertd"; echo"你是不是在灌水呀?为防止部分网友...

相关文章

    暂无相关文章

PHP之友评论

今天推荐