<?
if($level < 3)
{
echo "only admins and senior members can see this";
}
?>
if i were you, i would leave space in your level designations just in case you want to add more levels in the future.
for example:
1 - administrator
5 - senior member
6 - member
just a thought.