Array
(
[0] => Array
(
[accountNo] => 208773
[mem_id] => 575
[email] => sagar.epi@gmail.com
)
)
Array
(
[0] => Array
(
[accountNo] => 9415238
[mem_id] => 619
[email] => kDevMail@yahoo.com
)
)
the problem is that both this array coming as 0 index.
how can i fetch the values like accountNo,mem_id and email using multidimensional array ?
If he Use array_merge – then how can he be sure to link correct email to correct accountNo?
Without assuming that email is $index+=2 from accountNo?
What about making a function that loops and match?
Or have I misunderstood everything? – Sorry if so.