Error sending hidden form field

A

Anonymous

Guest
echo '<input name="chk2[]" type="hidden" value=$query_data[1]>';
-------------------------------------------------------------------------------------
while in the other page I want to see the value of "$query_data[1]" and I see "Array" nothing else.
 
your suppose to get the value

$_POST['chk2][x]

where x is an integer i think.
 
Back
Top