View Full Version : anyone know how to do login pages with php?
gusblake
10-09-2005, 11:57 AM
How do you let people have accounts and profiles and be able to login to a site, say on a forum?
dtroi50
10-09-2005, 02:35 PM
You would have to have all the usernames and passwords in a table in a database and if the login form returned any rows, you would start a session/set a cookie.
With a server-side script.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.