[eluser]Bionicjoe[/eluser]
True enough.
I eliminated all that foreach stuff & I still have the exact same problem. So all that previous code was junk.
Code:
function updateoutage()
//Submit the updated outage data to the DB.
{
$this->load->model('outage_model','',TRUE);
//$this->outage_model->updateoutage($_POST['outageid'], $_POST);
print_r($_POST);