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.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.