<?php //Admin Username and password $adminuser = "USERNAME"; $adminpass = "PASSWORD"; //Error message variables $not_logged_in_message_error_message = "Error... Error... You Are not logged in. Go back and try again!<br>"; $incorrect_error_message = "You have entered the incorrect Username and/or Password, please go back and try again!<br>"; $no_pass_or_user_error_message = "You have either not entered a password or a username, please go back and try again!<br>"; ?>