Hello,
Im having a small problem with an undefined variable can anyone help me.
Here is the error im having -
Notice: Undefined variable: user in C:\xampp\htdocs\new1\pages\log-adm\index.php on line 7
and here are lines 5-10 -
$user = $_SESSION['username'];
}
if ($user){
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
Any help will be greatly appreciated.