I want to do an if statement to see if the user is logged on, if they are i want to display there name, whereas if they arent i want to display the login text boxes, what do i start my if statement off with as i have the rest, jus unsure how do see if a session exists
i got this but i think it is wrong!
if(!isset($_SESSION['logged_in']))