I have the following array:
array(1) {
[0]=> array(3) {
["s2member_level1"] => string(3) "400"
["s2member_level2"] => string(3) "400"
["administrator"] => string(3) "500"
}
}
I want the values s2members_level1, s2members_level2, administratorand their values which are440, 400, 500 using a for loop so that I can update these values to their records.