LIAM
2012-03-26 03:51:24 UTC
when i view my work im gettin this error when the user has logged in and clicked on the members page.
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in C:\xampp\htdocs\member.php on line 9
my member.php is
session_start();
if (isset($_SESSION['username']))
echo "Welcome, ".$_SESSION['username'] ."!
logout,;
else
die"you must be logged in!";
?>
i know its basic but im very new to this and any help would be appriciated.
thanks, liam