Can I pass an array to another page using POST? Like if I have an array like below can I use it in the next page if I have a hidden field with the same name. How do pass array between pages??
$unitArray=Array ( [0] => 10.65, [1] => 10.65 )
<input type="hidden" name=unitArray value=$unitArray>