|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
user management system
Hi, I am an intermediate PHP user, and I was wondering if anyone could recommend, or donate a tutorial to me that will explain how to create a user database. I need to know how to create new accounts, login users, logout users, etc. Any help would be greatly appreciated. Thanks.
![]() |
|
#2
|
|||
|
|||
|
Try URL for user authentication
|
|
#3
|
|||
|
|||
|
Thanks a lot! One more thing though... how about a tut explaining how to create a simple forum? lol thanks.
|
|
#4
|
|||
|
|||
|
Basically for a user management system you will need 3 required fields: uid, username, password. UID would be a int set to auto-increment & primary. You can also add things like email, website, etc... but thats all up to you and what the system will be used for.
You would need a page that creates users by getting what the user wants for a username & password, checking if it already exists, then inserting it into the table. You also need a user authentication system, I believeDevShed has a good tutorial on creating one and protecting pages. It's not really that hard to do once you get an understanding on inserting, updating, deleting, and checking db info. If you need any help, just post on the forums and we'll try to help you!
__________________
![]() ![]() "Only Linux users see the end of crashes." - Pl4t0 |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > user management system |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|