runnerjp Posted July 7, 2006 Share Posted July 7, 2006 hey all once againi have been having some trouble setting up a membership system.... i have set numerous once up but i could not get it to be like what i wanted it to be... once you sign in it swent you to a page where there where links to pages u could get to when beeing a member yet if u typed the url into browser u could still access the pages...useless!!!i have recently got rid of the login scripts and ready to start from scratchwat i want to know is how can i makeit so if a users signs in it send you to the same homepage as i have set up but this time has member links!! can any one help me set all this up...bare in mind im startin from scratch... i wud be very very gr8full Quote Link to comment https://forums.phpfreaks.com/topic/13938-membership-system/ Share on other sites More sharing options...
GingerRobot Posted July 7, 2006 Share Posted July 7, 2006 so you want to redirect someone to a new page after sign in?header("location:members.php"); Quote Link to comment https://forums.phpfreaks.com/topic/13938-membership-system/#findComment-54327 Share on other sites More sharing options...
wildteen88 Posted July 7, 2006 Share Posted July 7, 2006 For creating a membership script have a read of [url=http://www.phpfreaks.com/tutorials/65/0.php]this tutorial[/url]. Also there are loads more tutorials out there for creating a membership system too. Quote Link to comment https://forums.phpfreaks.com/topic/13938-membership-system/#findComment-54329 Share on other sites More sharing options...
craygo Posted July 7, 2006 Share Posted July 7, 2006 Once the person in logged in you could assign a session id to a group or something. Then when the page is opened the first thing it should look to see if the session is assigned, if not, post message and redirect back to login page. Quote Link to comment https://forums.phpfreaks.com/topic/13938-membership-system/#findComment-54418 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.