I had a browser reporting itself as Opera 7.0  [en] fail recently in submitting
a form.

Specifically, it didn't forward the right value.

Using this html in the form

<INPUT TYPE="Radio" NAME="detail[1][]"   VALUE="4" >

The browser sent the value "on" instead of the value "4".  So, the form couldn't
be processed correctly.

Has anybody encountered this?  Workarounds?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to