Hallo guys,
is it correct to pass from a script to another an array type variable inserted in a hidden field, that's to say :
<input type="hidden" name="userData" value="<?php echo("$userData"); ?> ">
where $userData is an array.
If so, is it the correct syntax ?
I have problems accessing the array in the following script...
Thanx to all
Roberto