|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
select box not working!!
i have a select list in my form which connects to a php script but it doesent even open!
<select name="how_you_find"> <option value="magazine aritcle">magazine article</option> <option value="trade show">trade show</option> <option value="word of mouth">word of mouth </option> <option value="television">television</option> <option value="other">other</option> </select> this is the php script $msg .= "How did you find us?:n=============================n:t{$_post['how_you_find']}n"; |
|
#2
|
|||
|
|||
|
RE: select box not working!!
who deleted my response?
..sli what error are you getting? |
|
#3
|
|||
|
|||
|
RE: select box not working!!
well heres the problem, i don't get any errors.
it goes through but it doesent display anything on the responce email.. any idea's cause im stumped at the moment |
|
#4
|
|||
|
|||
|
RE: select box not working!!
Try:
<select name="how_you_find[]"> Then: $msg .= "How did you find us?:n=============================n:t{$_post['how_you_find'][0]}n"; |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > select box not working!! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|