23 Apr
2005
23 Apr
'05
2:09 p.m.
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?
I don't think there is a config option for this in PHP. At least it is not documented. They have the liberty to do whatever with PHP at Yahoo. If there is a such a setting, it should be documented. Rasmus? Goba