Results 1 to 2 of 2

Thread: [RESOLVED] users

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2008
    Posts
    1,023

    Resolved [RESOLVED] users

    how can i make:

    register, login and logout?

  2. #2
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    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
  •  



Click Here to Expand Forum to Full Width