I want to hide some content at my index.php which should be accessible only if the user is logged in. I got some code i learnt so far here:
if(isset($_POST['logged']{echo "welcome " ;} else{include "login_form.php";}
I have no clue what is "logged" inside my conditional statement here.I would be grateful if someone help me out . thanks