English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

want tags do i have to type in

2006-11-19 09:26:20 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

i know how to submit it but i need t knoe how to make it go some where

2006-11-19 09:33:07 · update #1

2 answers

HTML doesn't do password checking. For that you need a server-side script written in php or perl or some such. Google on "php password script" and you'll find plenty of free ones. There are also some javascript solutions, but they're less secure.

So what you use is a form like


Enter password:


where auth.php is a script you install on your web server that checks passwords and displays the appropriate page.

2006-11-19 10:16:28 · answer #1 · answered by injanier 7 · 0 0

You will need to create a form and add the elements for the password field and the submit button. The receiving page will need some server-side code to process the password. Here is an example form:





2006-11-19 17:34:18 · answer #2 · answered by Chris B 4 · 0 0

fedest.com, questions and answers