I've stored entries from a large form into an array, this array I now want to pass to the next page, but when using either "$_GET[ ]" or "$_POST[ ]", I just get in my array 'a','r','r','a','y', then the rest of the array is empty... I've followed all the documentation I can find, but nothing has worked so far; can anybody help?
the variable is man[x], all the other variables from the form passed over,
perhaps I've not got the syntax right for an array where i declare it in the second file?
$man=$_POST['man'];