'; echo ''.$title_list[$list].''; echo '
'; echo '".$val."
"; //} echo $pizza; echo '
'; echo ''.$title_list[$list].''; echo '
'; echo '
该用户涉嫌违规,已被封停使用!
';
echo '
'; //显示上下页面 if($_GET['list']==0){ echo '没有上一篇了 下一篇:
'.$title_list[$_GET['list']+1].''; }else{ if($_GET['list']==sizeof($title_list)-1){ echo '上一篇:
'.$title_list[$_GET['list']-1].' 没有下一篇了'; }else{ echo ' 上一篇:
'.$title_list[$_GET["list"]-1].' 下一篇:
'.$title_list[$_GET["list"]+1].' '; } } echo '
'; //评论区显示 if(sizeof($message_username_list)==0){ //没有评论 echo'
评论区
'; }else{ //有评论 echo '
当前暂无评论,快来抢沙发!
评论区
'; for($io=0;$io
'.($io+1).'楼  '.$message_time_list[$io].''; echo ' '; if(isok_user($message_username_list[$io])=='假'){ //如果是匿名 $txtemp=gettx_user($message_username_list[$io]); if($txtemp=="空"){ echo '
'.''.'
'.$message_username_list[$io].':
'.$message_message_list[$io].'
'; }else{ echo ''.''.'
'.getname_user($message_username_list[$io]).':
'.$message_message_list[$io].'
'; } if (isset($_SESSION['user'])) { if($_SESSION['user']==$message_username_list[$io]){ echo''; }else{ if($_SESSION['user_type']>7){ echo''; } } } }else{ echo ''.getname_user($message_username_list[$io]).':
'; if (isset($_SESSION['user'])) { if($_SESSION['user_type']==9){ echo'
该用户涉嫌违规,已被封停使用!
'; } } } echo '
'; } echo ''; } //判断是否登陆 if(!isset($_SESSION['user'])){ echo'
请输入评论: