$hfft="foxbbs/".substr($bbsmes[5]).".bbs"; if (file_exists($hfft)) //是否有回复 { $tem=@file($hfft); $temp=implode("",$tem); //先把数组转变成字符串,不用加分融符 $tem=explode("δεζ",$temp); $num=count($tem)-1; for ($i=0;$i<$num;$i++) { $x=$i+1; $temp=explode("ㄞㄚㄓ",$tem[$i]); //把每条回复信息分开 if ($temp[5]>0) $temp[5]="images/".$temp[5].".gif"; //显示回复内容 else $temp[5]="images/a.gif"; if (!$temp[6]) $temp[6]="不想告诉你"; echo "
"; echo "
回贴作者
"; echo "
回 复 内 容 (第NO.".$x."号)
"; echo "
".$temp[1]."
OICQ:".$temp[2]." 来自:".$temp[6]."
"; echo "
".$temp[0]."
"; echo "
".$temp[7]."
"; echo "
"; echo ""; echo " "; echo " "; echo "
"; echo "
"; } } ?>
以上就介绍了 我的论坛源代码三,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
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