Getting form data to display
Posted: Tue Nov 16, 2004 12:39 pm
Ok, so i have a form at http://openwar.net/php/test.php where user fills out the form and the information is placed in a database. Then the user can go to http://openwar.net/php/review.php so they can see what people have filled out the form. It displays the value in the field "first" in the table.
Then once they click the name it goes to a page that i cant figure out how to get it working. I want it to display all values in the field for the username that they select. For example, select steve and it will display everything steve filled out for the form.
Can anyone tell me how to get the information to display for the user selected. The link takes you to http://openwar.net/php/read.php?action=jackson where action=FIRSTNAME. So i want the values in the field where the first name = action to be displayed.
Thanks
steve
Then once they click the name it goes to a page that i cant figure out how to get it working. I want it to display all values in the field for the username that they select. For example, select steve and it will display everything steve filled out for the form.
Can anyone tell me how to get the information to display for the user selected. The link takes you to http://openwar.net/php/read.php?action=jackson where action=FIRSTNAME. So i want the values in the field where the first name = action to be displayed.
Thanks
steve