我现在登录"; include('error.php'); exit ; } if( $_SESSION[urights] == '-' ) { $err='注册未确认, 不能发表文章'; include('error.php'); exit ; } if( $_SESSION[uname] == 'guest' && $guestn ) { $err='本栏目禁止 guest 发表文章'; $err .= " 我现在登录"; include('error.php'); exit ; } echo "
\r\n"; $prid=0; include('paperform.php' ) ; ?>