RE: [PHP-DB] problem getting form input field to become part of query statement

2002-08-03 Thread Rich Hutchins
: [PHP-DB] problem getting form input field to become part of query statement I have a form with a select list and a hidden field to save the selected item. On submit another page is loaded with a few fields to be filled in and submitted to a table. Using get I see the data is being passed from

[PHP-DB] problem getting form input field to become part of query statement

2002-08-02 Thread Chip Wiegand
I have a form with a select list and a hidden field to save the selected item. On submit another page is loaded with a few fields to be filled in and submitted to a table. Using get I see the data is being passed from the first page to the second properly, and the second page sends its data