09-03-2017, 03:07 PM
That array needs to be formatted like this
Code:
$pox1 = array(
Code:
'thisIsTheColumnNameInTheDatabase' => $pos1
Code:
);
Code:
$db->insert('position',$pox1);