PHP Fix Array Keys

$new_array = array_values($old_array);
Alberto Peripolli