foreach($_POST['an_array'] as $key => $an_array) { $another_array = $_POST['another_array'][$key]; //do whatevercrap you wanna do }