PDA

View Full Version : Help with User Managment


ezyweb
11-21-2004, 06:11 AM
I want to create on my site a user managment system where users can register and ten login to a members area. I am wondering how this can be done. Is it easy. I don't know much about PHP but I do know other coding languages so I will be able to catch on pretty quick

mahangee
11-21-2004, 09:38 AM
TOPIC Moved :D

http://www.phpfreaks.com/tutorials/65/0.php

Try looking there, see if that helps.

Terminator
11-21-2004, 05:28 PM
You can use sessions. Study abt session variables. Better study of session_start(), that will take you a long way.

mahangee
11-21-2004, 06:09 PM
Yeah sessions rock. And are really easy to get to grips with. :D

Helpful links
Official Documentation :- http://uk.php.net/manual/en/ref.session.php
Nice Tutorial :- http://www.phpfreaks.com/tutorials/41/0.php

:D EDIT: Too fast for you Crazy Number Dude :P

688206002
11-21-2004, 06:10 PM
If you are interested in making your own, I recommend following the above suggestions. You can feel free to ask any of us for help :)

If you're interested in getting a free script for this, you can look in:
http://www.hotscripts.com/PHP/Scripts_and_...tion/index.html (http://www.hotscripts.com/PHP/Scripts_and_Programs/User_Authentication/index.html)
http://www.hotscripts.com/PHP/Scripts_and_...ment/index.html (http://www.hotscripts.com/PHP/Scripts_and_Programs/User_Management/index.html)

There are also tutorials for this in:
http://www.hotscripts.com/PHP/Tips_and_Tut...tion/index.html (http://www.hotscripts.com/PHP/Tips_and_Tutorials/User_Authentication/index.html)

Terminator
11-21-2004, 06:15 PM
Just recently i tried myself with sessions and it worked coz number guy helped me rectify an error.

But they rocks. Carrying a variable value throung out the pages. Just amazing.