23 Apr
2005
23 Apr
'05
2 p.m.
On Sat, 23 Apr 2005, Gordon Heydon wrote:
Basically with checkboxes so that we always get a value we set the unchecked value as a hidden field, and then a check box of the same with the checked value. so when the data is passed to the server it is passed like so
a=false&a=true
We expect that from this we will receive a=true, but with the way that we are yahoo servers are configured they will receive the following.
array(false, true)
Did he tell you which config opton does cause this behaviour? Cheers, Gerhard