ranger beethoven
New member
I have a two dimensional array (due[x][y]) that I'm posting to a web page. print_r verifies that it's being posted. However, $due=_REQUEST("due"); is not returning the array. _REQUEST is returning other, one dimensional arrays (list[x]), but not the two dimensional ones.
Suggestions???
Suggestions???