ok i and getting annoyed by this script. i have it all working except for the admin section and this loop
when i login it's supposed to goto the game but instead it goes into a loop and doesn't redirect.
the part thats is giving me trouble is this
if ($isadmin) {
$incloc="../includes/";
}
if (!$incsetup) {
require ($incloc."inc-setup.php");
}