insert data into database with codeigniter

后端 未结 9 797
臣服心动
臣服心动 2020-12-06 02:18

Trying to insert a row into my database with CodeIgniter.

My database table is Customer_Orders and the fields are CustomerName and Or

9条回答
  •  半阙折子戏
    2020-12-06 02:43

    Based on what I see here, you have used lowercase fieldnames in your $data array, and uppercase fieldnames in your database table.

提交回复
热议问题