Passing arrays through hidden fields
Posted: Tue Jul 01, 2003 12:53 pm
I have encountered the need to pass an array through hidden fields, i have tried to use the checkbox method, that is:
But unfortunately that does not seem to cut it... it will only pass one variable...the first.
If anyone has any suggestions please help...thx
Code: Select all
<input type="hidden" name="uid[]" value="' . $Data['uid'] . '">If anyone has any suggestions please help...thx