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

now some technical help required.
i want to make a html file with 2 rows
id and
password
and the other file (input.php) in which all the information should be transpered.
can u tell me how to make such file...i have and idea..but if you can provide me the codding ...then i would be very thank full to you.

2007-05-12 17:33:53 · 3 answers · asked by Rahul D 4 in Computers & Internet Programming & Design

3 answers

Your html file:



My Form












ID:
Password:





Your PHP file input.php:
echo $_POST['id'] . ' ' . $_POST['password'];
?>

I have no idea what you want to do with your login password but that will get it from the form.

2007-05-12 17:45:37 · answer #1 · answered by Jeff Lewis 2 · 0 0

If you go to http://www.google.com and Google up HTML Coding Support For Making Log-Ons and Inputs you will get about 50 pages

2007-05-12 17:42:26 · answer #2 · answered by MightyE 2 · 0 0

Just Google "php login" and you'll find what you need.

2007-05-12 17:43:21 · answer #3 · answered by Kasey C 7 · 0 0

fedest.com, questions and answers