Search found 6 matches
- Sun Jul 02, 2006 11:43 pm
- Forum: Databases
- Topic: retrieving data using PHP
- Replies: 9
- Views: 1003
- Sun Jul 02, 2006 10:59 pm
- Forum: Databases
- Topic: retrieving data using PHP
- Replies: 9
- Views: 1003
- Sat Jul 01, 2006 9:58 pm
- Forum: Databases
- Topic: retrieving data using PHP
- Replies: 9
- Views: 1003
- Sat Jul 01, 2006 8:55 am
- Forum: Databases
- Topic: retrieving data using PHP
- Replies: 9
- Views: 1003
- Sat Jul 01, 2006 12:27 am
- Forum: Databases
- Topic: retrieving data using PHP
- Replies: 9
- Views: 1003
Correction
<form action="select_name.php" method="post">
is being corrected as:
<form action="selectname.php" method="post">
still havng the same problem
is being corrected as:
<form action="selectname.php" method="post">
still havng the same problem
- Sat Jul 01, 2006 12:24 am
- Forum: Databases
- Topic: retrieving data using PHP
- Replies: 9
- Views: 1003
retrieving data using PHP
---------- selectname.htm --------------- <html> <head> <title>selectname</title> </head> <body> <form action="select_name.php" method="post"> <input type="text" name="fname"> <input type="submit" value="retrieve it"> </form> </body> </html...