Page 1 of 1
create a login
Posted: Wed May 23, 2007 3:04 am
by m2babaey
Hi
what do i need to create a login for my php based cms?
what else is needed if i want to use ssl for it?
i have searched for that but want to hear your experience too
thanks
Posted: Wed May 23, 2007 6:56 am
by feyd
We have had a lot of discussions on logins. There has been a lot of code posted too. There is a lot of code out there as well.
SSL rarely needs extra configuration on PHP's part.
Posted: Wed May 23, 2007 11:24 am
by s.dot
You need a login form.
Stored (db, flat file) names and passwords (or other) of authorized users.
Processing script for the form.
Posted: Wed May 23, 2007 11:53 am
by Wade
How elaborate do you want the login system? if it's quick and dirty I might have something for you. I use it for an internal website that needs to have a few pages off-limits for everyone but an admin type. let me know and i can post what I have...