It’s easy enough to create an html login form. But, you have to have someplace to store valid usernames and passwords (like a database), and some sort of server-side script to take the form’s input and validate against your stored data.
If you just want something simple for a few login accounts, and you are on an apache server, an .htaccess file would probably be the way to go.
It’s called a CGI script (you might have heard it before). It’s a program written in a programming language (not HTML, a language like C++) that takes a form and does a certain thing with it.
A login form would be very complicated to write and you would probably have to pay someone to do it for you.
Here’s a list of free CGI scripts (sorry, no login forms):http://cgi.resourceindex.com/Programs_an…
Ya…I would be cautious with that as HTML login scripts are very easy to bypass. I would suggest you a server side login form or better yet .htaccess if your webserver supports it.
Also try http://www.hotscripts.com for pre-made scripts for free
dude, you need to know about Databases, and some sort of webserver programming language in order to pull it off OK…
The code used will depend on if your webserver is a .php, .asp, .jsp, or coldfusion based. And, on the other hand, it will depend on the kind of database you’re using for your site.
So, if you have a powerfull Website Editor as Dreamwaver, or Apple’s OS X iWeb application, maybe you can pull it off without the knowledge…
But my recommendation is to call a friend you know has the proper knowledge, and learn from him.
It’s easy enough to create an html login form. But, you have to have someplace to store valid usernames and passwords (like a database), and some sort of server-side script to take the form’s input and validate against your stored data.
If you just want something simple for a few login accounts, and you are on an apache server, an .htaccess file would probably be the way to go.
I found this link that has an html login form that you are looking for. really simple and easy.
It’s called a CGI script (you might have heard it before). It’s a program written in a programming language (not HTML, a language like C++) that takes a form and does a certain thing with it.
A login form would be very complicated to write and you would probably have to pay someone to do it for you.
Here’s a list of free CGI scripts (sorry, no login forms):http://cgi.resourceindex.com/Programs_an…
Ya…I would be cautious with that as HTML login scripts are very easy to bypass. I would suggest you a server side login form or better yet .htaccess if your webserver supports it.
Also try
http://www.hotscripts.com for pre-made scripts for free
dude, you need to know about Databases, and some sort of webserver programming language in order to pull it off OK…
The code used will depend on if your webserver is a .php, .asp, .jsp, or coldfusion based. And, on the other hand, it will depend on the kind of database you’re using for your site.
So, if you have a powerfull Website Editor as Dreamwaver, or Apple’s OS X iWeb application, maybe you can pull it off without the knowledge…
But my recommendation is to call a friend you know has the proper knowledge, and learn from him.