Results 1 to 7 of 7

Thread: Login and passwords
      
   

  1. #1
    syoung133 is offline Private First Class
    Join Date
    Feb 2007
    Posts
    7

    Default Login and passwords

    I want users to have to login with their user name and password. I know how the make the login area and the submit button and all that, but how does it actually work. Where and/or what saves all the user names and passwords. How do i create a New User page so they can actually save their password and name. And how do i direct those people to the page that i want.

  2. #2
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Login and passwords

    Your Log in form should activate a PHP script which will save the username and password to a flat file or to a database.
    If you are not expecting too many people to log in then you can set up a manual system.
    Have a look at this demo which may give you some ideas.........

    have fun

  3. #3
    syoung133 is offline Private First Class
    Join Date
    Feb 2007
    Posts
    7

    Default Re: Login and passwords

    How do i activate the PHP script so that action happens. I am new to all this stuff....lets say i build the form, then i have to user name and password for new users....and i set what action and where for it to be save to the "database"

  4. #4
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Login and passwords

    If you have seen the DEMO then you will appreciate that this is not for a beginner.....

    If you are interested in this type of program then I can set up your database and install all the screens for you.................Contact me here

  5. #5
    syoung133 is offline Private First Class
    Join Date
    Feb 2007
    Posts
    7

    Default Re: Login and passwords

    wow man if you could help me out with you demo of user logins, email confirmation, that stuff on yous site that covers the first 4 or five tabs in the upper left hand corner that would be amazing

  6. #6
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

  7. #7
    syoung133 is offline Private First Class
    Join Date
    Feb 2007
    Posts
    7

    Default Re: Login and passwords


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49