Adding accounts to database!!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • kieron
    Private First Class

    • Jan 2007
    • 9

    Adding accounts to database!!

    I have set up a database but how do you connect it to... say your sign up form and have it automaticly put in the account details?

    also after you have done this how would you view all the accounts or just some selected ones?





    thanks if you know the answers!! ;)
  • Watdaflip
    Major General

    • Sep 2005
    • 2116

    #2
    Re: Adding accounts to database!!

    You need a script to take the fields submitted by the form, create variables, and input the variables into the database. Then to view you need a script to query the database, retreive the desired information, and then display it on the web page.

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

    Comment

    Working...
    X