Click to See Complete Forum and Search --> : If i may ask a question about html...


honorbound88
04-28-2008, 10:26 AM
Im fairly new to all this but i would like to create a login for my website that allows people to login and then create their own profiles and view other peoples profiles.

Is there anyone who can help me with this?

gbonnet
04-28-2008, 11:19 AM
Hi the easiest way will be to use PHP sessions. Do a quick google search about that and you'll find many resources / tutorials ...

HTH
G.

ray326
04-28-2008, 01:57 PM
Logging in (authentication) and managing profiles (authorization) are two different things. The former can be handled by either the web server or the application. The latter is purely application. In fact, defining what a profile is would be part of your application.