I just re-installed XAMPP and I'm getting an error that I've never gotten before.
Notice: Undefined index: username in C:\xampp\htdocs\acc_terminator\unicode.php on line 3
Notice: Undefined index: password in C:\xampp\htdocs\acc_terminator\unicode.php on line 4
Notice: Undefined index: account_level in C:\xampp\htdocs\acc_terminator\unicode.php on line 5
Those lines are:
$xusername = $_SESSION;
$xpassword = $_SESSION;
$xaccount_level = $_SESSION;