Trying to insert a row into my database with CodeIgniter.
My database table is Customer_Orders and the fields are CustomerName and Or
Customer_Orders
CustomerName
Or
Based on what I see here, you have used lowercase fieldnames in your $data array, and uppercase fieldnames in your database table.
$data