if($authlevel == "2"){
?><FORM METHOD="post" ACTION="cgi-bin/newspro/newspro.cgi">
<input type="hidden" name="id" value=<? echo $id; ?>></p>
<INPUT TYPE="SUBMIT" NAME="submit" VALUE="Post News"></p>
</form><?
}
In the above code, how can I make it so that it instead of the authlevel being 2, it is 2 and everything above 2?