drop down to create drop down.
Posted: Sat May 01, 2010 3:35 pm
How can I have a drop that list that when a choice is made exectes php server self. Then based on what is posted back, another drop down appears in place of the first. I need to keep the values of both drop downs to send to another page later.
See I have this query to select contract #'s. They are put into the first drop down. I then want to do php self, hide the first drop down, but keep the value.
I then need a second drop down which will store another query result of item numbers based on the first drop down value. After selecting the item number
I want to send both values to another page to produce a result query.
See I have this query to select contract #'s. They are put into the first drop down. I then want to do php self, hide the first drop down, but keep the value.
I then need a second drop down which will store another query result of item numbers based on the first drop down value. After selecting the item number
I want to send both values to another page to produce a result query.