Hi,
My current project needs to run on both windows and linux. I figured out that windows needs $_REQUEST to read the form elements. This worked well until parsing a dynamically built form with checkboxes named: cb0, cb1, cb2, etc.
I can't figure out how I can use $REQUEST to read the form elements, when I try $REQUEST[$i] for example all values of the array elements are 'cc'. No idea where this comes from as cc is never used as a value?
Any ideas how to handle this?