can anyone see where i am not reciving the results I am looking for ?
please,
?><META name=GENERATOR content="MSHTML 8.00.7600.16722"><?session_start();if(!session_is_registered(myusername)){header("location:main_login.php");
}
?>
<P>
<? echo "PLAYER:" .'($myusername)';?>
this code is spose to echo out the players login name from the check_login.php page from before.
thanks.