Hello
My code is displaying S as the username and not the actual username? Here is my code that I am working with:
if (isset($_COOKIE['username']) && ($_COOKIE['password'])) {
print "Logged in as: ".$_COOKIE['username']. "<br />";
print "<a href=logout.php>log out?</a>";
}
Can you point out the reason
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --