Search found 3 matches

by DillyDong
Fri Aug 11, 2006 8:57 am
Forum: PHP - Code
Topic: Simple matching script with MySQL and HTML forms help
Replies: 6
Views: 475

Wow! Thanks for the incredibly detailed response. Quick question before I try to implement it - how would the code change if I wanted the form and the processing parts of the script separated into two different files (with action="file_2.php"), because as of right now, the first file with ...
by DillyDong
Thu Aug 10, 2006 11:31 pm
Forum: PHP - Code
Topic: Simple matching script with MySQL and HTML forms help
Replies: 6
Views: 475

Matt, thanks for the reply. While it's true you need a unique name for each input box to pass to the next form, I'm still looking for a way to check those values against a database and return feedback to the user as stated.
by DillyDong
Thu Aug 10, 2006 10:22 pm
Forum: PHP - Code
Topic: Simple matching script with MySQL and HTML forms help
Replies: 6
Views: 475

Simple matching script with MySQL and HTML forms help

Hello, all, I've got a question I hope you can help me out with. I've got a database with two columns, one is called `the_question`, and the other is `the_answer`. Say the database looks like this: +++++++++++++++++++++++++++++ |`the_question`|`the_answer`| |++++++++++++++++++++++++++++ |Apple | Red...