This is a discussion on "Registered Users Site" within the Website Planning section. This forum, and the thread "Registered Users Site are both part of the Planning Your Website category.
|
|
|
|
|
![]() |
||
Registered Users Site
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Registered Users Site
Hi,
I getting into PHP and MySQL to create a registered user site. I am in the process of getting an SSL certificate. What I'm confused about in my planning is how do you make the connection between what is viewable by the registered user and a non-registered user? Thanks! |
|
|
|
#2
|
|||
|
|||
|
Re: Registered Users Site
Create a different page for registered user and non registered user..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#3
|
|||
|
|||
|
Re: Registered Users Site
I understand that I need to create a different page. I guess I should have said, what do I use in order to make a page restricted to a registered user only? Is that done by the SSL certificate or is that done with programming? I'm a bit new to this if you can't tell. :P
|
|
#4
|
|||
|
|||
|
Re: Registered Users Site
It's done by programming. Registered users likely have to login, so ... in every page, check (using sessions) that the user is logged in. If he is, show the page, otherwise, send them somewhere else.
|
|
#5
|
|||
|
|||
|
Re: Registered Users Site
Excellent and thank you. I just want to make sure I have all my ducks in a row.
|
|
#6
|
|||
|
|||
|
Re: Registered Users Site
If you stuck with the season variable, let me (us) know.
I've been in your place before and I know how to do it, and I learn it the "hard way" Cheers..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Detecting Browsers and un-registered globals | Steve Mellor | PHP Forum | 4 | Apr 18th, 2007 17:26 |
| c is not a registered protocol | NewDesigner | Web Page Design | 2 | Oct 31st, 2006 18:03 |
| users online, users loggedin | benbacardi | PHP Forum | 3 | Jul 5th, 2005 22:14 |