I am trying to insert a few rows into the MySQL table using Codeigniter and Active Records.
PHP Code
$data = array(\'......\'); //
Avoid duplicate rows by setting a unique key in the database table for at least one of the fields.