Forum Moderators: coopster
Im having trouble with a password protected page.
My problem is how do i define the session for the whole page.
this is what i have after someone logs in. But don't kno if its correct/Also do i have to include the login form again incase they just try and type in the url to get in?
<?
session_start();
?>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
If someone a bit more fluent with php could lend some advice it would be great.
kind Regards