P
pattu
Guest
I have a checkbox array in a form.
When i click on Submit button,the values in the checkbox array are printed in Firefox whereas the checkbox array does not get printed in IE6.
Eg:
array(
['checkbox']=>array('1','2','3'))
);
Want to know the reason for the array not getting printed in IE6.
Can anyone help me, please?
When i click on Submit button,the values in the checkbox array are printed in Firefox whereas the checkbox array does not get printed in IE6.
Eg:
array(
['checkbox']=>array('1','2','3'))
);
Want to know the reason for the array not getting printed in IE6.
Can anyone help me, please?