КАК МНЕ СДЕЛАТЬ ЧТОБ ЭТО БЫЛО ВИДНО ТОЛЬКО НЕ АВТОРИЗОВАННЫМ ?
echo "<div class = 'e' ><form action='auto.php' method='post'>
Имя:<br/>
<input type='text' name='n' maxlength='20'/><br/>
Пароль:<br/>
<input type='password' name='p' maxlength='20'/><br/>
<input type='checkbox' name='mem' value='1' checked='checked' />Запомнить меня<br/>
<input type='submit' value='Вход'/>
</form></div>";