|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Checkboxes
How is a checkbox interpreted through php? Like what will result in the output from a clicked checkbox vs an unclicked one?
|
|
#2
|
||||
|
||||
|
RE: Checkboxes
Depends on the value you give it:
<input type="radio" name="tester" value='1'> if tester is checked then it will equal 1. |
|
#3
|
|||
|
|||
|
RE: Checkboxes
And unchecked? will give a value of zero?
|
|
#4
|
||||
|
||||
|
RE: Checkboxes
I believe so.
|
|
#5
|
||||
|
||||
|
RE: Checkboxes
maybe just != 1
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Checkboxes |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|