Hi Guys,
I'm very new to PHP so be gentle
I'm trying to setup a form with 2 outputs and want php to process the information and com back with a response.....
So far i have a drop down select list in the form and a text input field, what i'm after is for php to process the text input field based on what's selected in the drop down, eg.
In the drop down someone would select their speed of broadband and in the text field they would input their download rates, the php form would then generate and output based on their selection and text input....
The problem i an having is, i can't seem to find way folr php to process the selection in the drp down as the 'name' is the same for all the dropdowns (since there is only one dropdown).
How do i get hp to process the value and not the entir dropdown?
Hope this makes sense
TIA
G
I'm very new to PHP so be gentle

I'm trying to setup a form with 2 outputs and want php to process the information and com back with a response.....
So far i have a drop down select list in the form and a text input field, what i'm after is for php to process the text input field based on what's selected in the drop down, eg.
In the drop down someone would select their speed of broadband and in the text field they would input their download rates, the php form would then generate and output based on their selection and text input....
The problem i an having is, i can't seem to find way folr php to process the selection in the drp down as the 'name' is the same for all the dropdowns (since there is only one dropdown).
How do i get hp to process the value and not the entir dropdown?
Hope this makes sense
TIA
G