Search found 2 matches

by phpnewb33
Mon Sep 29, 2003 12:28 pm
Forum: PHP - Code
Topic: Form field info after a post
Replies: 3
Views: 413

styrmstread,

Thanks for your help! This is exactly what i needed...

-gary
by phpnewb33
Mon Sep 29, 2003 9:49 am
Forum: PHP - Code
Topic: Form field info after a post
Replies: 3
Views: 413

Form field info after a post

I am trying to create a dynamic select query based on a list of form elements submitted from the previous screen. What i wold like to do is loop through the submitted fields and compare them to the fields in a db table with the same names. I can easily get the values from the fields, but i cannot fi...