Ethredah / PHP-Blog-Admin

A PHP Admin Dashboard / Website (with blog section)
117 stars 57 forks source link

admin/login page Brackets not closed #11

Open Pradhumen opened 2 years ago

Pradhumen commented 2 years ago

//if the user is logged in Greets the user with message if (isset($_SESSION['email'])){ $email = $_SESSION['email']; echo "Hello " . $email . ""; echo "This is the Adminea"; echo "Logout";

}else{ echo "string"; /here Brackets are not closed / // When the user visits the page first time, simple login form will be displayed.