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.
Login and passwords
Collapse
X
-
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
-
-
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"
Comment
-
-
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
Comment
-
-
Comment