Please enter your username and password to login.

[insert_php] session_start();

if ($_REQUEST[‘invalid’]==1) {
echo ‘

The username or password you have entered is incorrect – please try again

‘;
}

if ($_SESSION[“userid”] <> 0) {
header(“Location: labels-menu”);
}

[/insert_php]

User Name:
Password: