$_POST array problem
Posted: Mon Mar 27, 2006 3:17 am
Hello,
A page have a array in the form
for example Id[1] .... Id[10]
i sent the page with post to another php page
i wanna get to array in the from of $_POST['Id[1]']
but there is problem,
page don't recognize any array like $_POST['Id[1]']
and i can't get the values of array
how can it be solved?
A page have a array in the form
for example Id[1] .... Id[10]
i sent the page with post to another php page
i wanna get to array in the from of $_POST['Id[1]']
but there is problem,
page don't recognize any array like $_POST['Id[1]']
and i can't get the values of array
how can it be solved?