Page 1 of 1
members area only ???
Posted: Mon Feb 09, 2009 12:52 pm
by Seraphimk
i have created a login.php and a register.php but i was wandering how do i make parts of my website only accessible to members such as a members area i'm just stuck anyone got any ideas??
Re: members area only ???
Posted: Mon Feb 09, 2009 12:57 pm
by watson516
Seraphimk wrote:i have created a login.php and a register.php but i was wandering how do i make parts of my website only accessible to members such as a members area i'm just stuck anyone got any ideas??
One possibility is to use sessions and check on each page.
Re: members area only ???
Posted: Mon Feb 09, 2009 1:02 pm
by Luke
Seraphimk, please only post questions in one category. You do not need to post it in several... in fact you are less likely to get help if you do.
Re: members area only ???
Posted: Mon Feb 09, 2009 1:02 pm
by Skoalbasher
Look up $_SESSION or cookies.