ChrisMacPherson
Programmer
How do you pass the value of a selected option, from a form in HTML, to it's PHP variable equivilant? Here is how I've set out my form...
<SELECT NAME="Informative" ALIGN=right>
<OPTION value="10">10
<OPTION value="9">9
<OPTION value="8">8
<OPTION value="7">7
<OPTION value="6">6
<OPTION SELECTED value="5">5
<OPTION value="4">4
<OPTION value="3">3
<OPTION value="2">2
<OPTION value="1">1
</SELECT>
Can you spot any reason for this not to pass the value which is selected, to the variable $Informative ?
Thanks for any help
Chris MacPherson
thedamager@hotmail.com
Bring on the new Browza's!!
Learn/t/ing D\HTML, Javascript, Java, VB5-6, COBOL, Pascal
<SELECT NAME="Informative" ALIGN=right>
<OPTION value="10">10
<OPTION value="9">9
<OPTION value="8">8
<OPTION value="7">7
<OPTION value="6">6
<OPTION SELECTED value="5">5
<OPTION value="4">4
<OPTION value="3">3
<OPTION value="2">2
<OPTION value="1">1
</SELECT>
Can you spot any reason for this not to pass the value which is selected, to the variable $Informative ?
Thanks for any help
Chris MacPherson
thedamager@hotmail.com
Bring on the new Browza's!!
Learn/t/ing D\HTML, Javascript, Java, VB5-6, COBOL, Pascal