Codeigniter insert query generator

Options

Generated Code
Codeigniter insert query with static value
                            
                        
Codeigniter insert query with dynamic value
                            
                        

Codeigniter insert query generator is used to create a insert query which is used to insert a record into table. You can get Codeigniter insert query method for dynamic values to insert record into table using form.

You have to insert table name, columns name as per your table structure and comma separated values. You can copy code and paste to your controller method in Codeigniter project to create record.