K, my login script is in my earlier post, Header Help. It's on the same page.
I need to start a session so ppl can access my site.
I need someone to explain to me how to start one, and what I should session_register()...
Also, how can I check to see if a person is logged in? Like
if ($Loggedin == "yes")
{
$LI =
"
<small><b>Logged In:</b><br>
$Array[Username]<br>
$Array[Country]<br>
$Array[Rank]<br>
$Array[Money]c<br>
</small>
";
}
else
{
$LI =
"
<small><b>Not Logged In:</b></small><br>
";
}