How-to articles, tricks, and solutions about INSERT
PHP mySQL - Insert new record into table with auto-increment on primary key
To insert a new record into a MySQL table that has an auto-increment primary key, you can use the INSERT statement with a list of comma-separated values.