- Impact
- 91
hi
i hav this array
Array ( [A1] => 15578 [b1] => [c1] => [d1] => [e1] => [f1] => [g1] => [h1] => [i1] => [A2] => [b2] => [c2] => [d2] => [e2] => [f2] => [g2] => [h2] => [i2] => [A3] => [b3] => [c3] => [d3] => [e3] => [f3] => [g3] => [h3] => [i3] => [A4] => [b4] => [c4] => [d4] => [e4] => [f4] => [g4] => [h4] => [i4] => [A5] => [b5] => [c5] => [d5] => [e5] => [f5] => [g5] => [h5] => [i5] => [A6] => [b6] => [c6] => [d6] => [e6] => [f6] => [g6] => [h6] => [i6] => [A7] => [b7] => [c7] => [d7] => [e7] => [f7] => [g7] => [h7] => [i7] => [A8] => [b8] => [c8] => [d8] => [e8] => [f8] => [g8] => [h8] => [i8] => [A9] => [b9] => [c9] => [d9] => [e9] => [f9] => [g9] => [h9] => [i9] => [submit] => Submit )
i want to extract this array in such a way that i get variables such as $a1, $a2 etc with their corresponsing values
any suggestions on how this can be done?
i hav this array
Array ( [A1] => 15578 [b1] => [c1] => [d1] => [e1] => [f1] => [g1] => [h1] => [i1] => [A2] => [b2] => [c2] => [d2] => [e2] => [f2] => [g2] => [h2] => [i2] => [A3] => [b3] => [c3] => [d3] => [e3] => [f3] => [g3] => [h3] => [i3] => [A4] => [b4] => [c4] => [d4] => [e4] => [f4] => [g4] => [h4] => [i4] => [A5] => [b5] => [c5] => [d5] => [e5] => [f5] => [g5] => [h5] => [i5] => [A6] => [b6] => [c6] => [d6] => [e6] => [f6] => [g6] => [h6] => [i6] => [A7] => [b7] => [c7] => [d7] => [e7] => [f7] => [g7] => [h7] => [i7] => [A8] => [b8] => [c8] => [d8] => [e8] => [f8] => [g8] => [h8] => [i8] => [A9] => [b9] => [c9] => [d9] => [e9] => [f9] => [g9] => [h9] => [i9] => [submit] => Submit )
i want to extract this array in such a way that i get variables such as $a1, $a2 etc with their corresponsing values
any suggestions on how this can be done?






