I search in archive and support forum but I found no strong answer to my problem...
I have some inputs like :
<INPUT TYPE="text" NAME="my_array[x][y]">
I post this form and I want to get input values from the posted form on the next page
Some ideas ?
How about
while( list($key,$field)=each ($HTTP_POST_VARS) )