I was thinking about this however how do I query the db so array is in the same form? The one being submitted is 2 dimensional.
Submitted array:
PHP Code:
Array (
[1] => Array
(
[note] =>
[careerID] => 20
[lastLogin] => 1231125665
[bearerStatus] => 0
[lastLoginNumberHour24] => 22
[dept] => 0
[lastLoginNumberDay] => 4
[statusNumber] => 1
[lastLoginNumberMonth] => 1
[lastLoginNumberYear] => 2009
[memberID] => 28178
)
When i query it I havent found anything on how to setup the numerical key for the outter array.