I have an array structure like this : Array ( [donate] => Array ( [amount_other] => 222 [pay_method] => Array ( [5] => Array ( [first_name] => sam [last_name] => indi [cc_type] => mc [cc_number] => 5123456789012346 [cc_ccv2] => 111 [cc_exp_month] => 10 [cc_exp_year] => 20 ) ) [notes] => Test comment. ) ) I want to remove key [5] from the array, so that the new array becomes : Array ( [donate] => Array ( [amount_other] => 222 [pay_method] => Array ( [first_name] => sam [last_name] => indi [cc_type] => mc [cc_number] => 5123456789012346 ...
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update