I have this array,
Array
(
    [campaign_title] => adasdasdasddsad
    [campaign_keyword] => asdsadasdasdasdasd
    [introduction] => asdasdasdasdasdasdsa
    [campaign_headline] => Array
        (
            [0] => asdasdasdasdasdasdad
        )
    [article] => Array
        (
            [0] => asdasdasdasdasdasdasdasdsadas
        )
    [save_multiple] => Save
)
Basically I need away to send the the campaign_headline and article array to a DB so that each headline and article are saved to the same row, then the next headline and article are saved to the same row etc