|
-
Dec 6th, 2008, 07:45 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] users
how can i make:
register, login and logout?
-
Dec 6th, 2008, 12:06 PM
#2
Re: users
Thats a loadfull.
To register users you would probably want to use a database (MySQL is a free one).
For the rest of your authentication/authorization, you would either need to use an open source project out there to accomplish what you need, or you can build one from scratch.
To start, you will need to go through a tutorial on sessions. Here is a good one:
http://www.w3schools.com/php/php_sessions.asp
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|