Results 1 to 2 of 2

Thread: Login and Members

  1. #1
    Join Date
    Nov 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Login and Members

    Hey !

    I'm making my clan website at the moment and I was wondering how I would make it so you had to register on the website to be able to acess certain pages...Theres already A login panel on the layout but I dont know what PHP script to use and what else I would need to be able to do this

    Please help,
    Badger

  2. #2
    Join Date
    Sep 2005
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You'll need a database like Mysql. When the user submits the login form you scan the database for a user with those credentials. If it returns a row, you set a cookie or start a session to log them in. Try learning PHP and SQL here . If you need any help with how to go about doing that I could help.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •