Hey, i have a simple log on script, don't feel i need to post all that. Basically i want to display what i feel is written below
echo "<p>Logged on As: " . $_SESSION["username"] "<p> <a href="logout.php">log out</a> " ;
I don't feel I need to paste all the code, as I know it is just a problem with the structure of my script.
Could someone please correct my echo code.
Cheers