1.

Solve : HTML Form, Signing in! *Help needed!*?

Answer»

I need something that will allow me to insert as much information as I want. It can be javascirpt.
It should be something like:

username,password,link
username,password,link
LOGIN

---
I enter a username, AND password.
When soemone fills in the form, it checks it.
If it is correct, they go to the "link" part of the script.


----------



and if the information is not correct, it will go to another link.



PLEASE HELP ME!How is the data checked? With a database or a JS variable?I dont know, I just need a login form that I can add more users! Each user has its on link!

I need directionsJavaScript won't be able to do what you want.

You'll need PHP/ASP and a database for it to store users. You'll also want an authentication system to allow you to add more users, and block everyone else from adding users. For each user to have their own page, you'll need another login system.

I don't THINK you REALISE what's involved here, and I doubt you'll get SOMEONE on here to do it for you.Quote from: kpac on January 05, 2009, 01:11:51 PM

JavaScript won't be able to do what you want.

You'll need PHP/ASP and a database for it to store users. You'll also want an authentication system to allow you to add more users, and block everyone else from adding users. For each user to have their own page, you'll need another login system.

I don't think you realise what's involved here, and I doubt you'll get someone on here to do it for you.

Actually Javascript can do that, but the users will have to be added manually by the webmaster, what I did back in grade school was, create a user registration form that sent me an email of the users details, then I implemented them into my Javascript coding. But YEAH you are right if you want automated user authentication you'll need a server side scripting language such as those listed above PHP, ASP, and you could also try Perl which I'm quite fond of, but there is many others you could also try.Okay can someone give me the code, and tell me what I need to name my page? For example (name.)Have a LOOK > here <, as I have answered this previously...


Discussion

No Comment Found