Question:
I need help with making html username and password form!!!!!!! please help!?
anonymous
2009-07-14 05:42:24 UTC
Okay, ive made the basic thing where you type your username and password, but i need help on how to make it operational... like make it so you have to register and then if you type the wrong password, you cant get in... and you cant view pages without typing in your username and password. PLEASE HELP!
Three answers:
just "JR"
2009-07-14 05:56:53 UTC
It is a little bit more complex than just making a form. You need a server-side script and a database, forms to enter/view/edit user's data, forms to login, forms to log off...

If you have php on your server, and mysql database, go to www.web2coders.com, scroll down and click on "login script" to download the zip file: it contains everything you need... and it is free.

Good luck!
AI
2009-07-15 08:45:15 UTC
That is not an easy topic.



one of the easiest ways, if your hosting on a unix/linux machine is to use the .htaccess. Though it isn;t that easy, it sure beats php and database solutions for ease of use and actual security.



for windows, asp.net contains components to do registrations and logins.



in either case, properly configured servers are essential. if you have a low end hosting acocunt, you'll have to ask about what solutions will work with their existing setup.
anonymous
2009-07-14 12:49:09 UTC
You need PHP to accomplish that. asp is also a good server scripting language but php is free and easy to learn also.



Check my sources for details.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...