1
while($row = mysql_fetch_assoc($result))
{
    if($row['level'] == '1') //COMO ADICIONO PARA OUTRO NIVEL CONSEGUIR VER ESTA PAGINA?
    {
        echo('OLAAAA');
    }
    else
    {
        echo('NAO TENS ACESSO A ESTA PAGINA');
    }
}
How do I add the other user with another value so I can also see the page? Other than just what has the value of 1?
THANKS FOR YOUR HELP !
– Rodrigo Pacheco
For nothing! Kindly, if you can mark as the right question to guide other users who might be in doubt in something like this, I’d appreciate it.
– Daniel Gregatto