Insérer la requête ID de retour mysql

INSERT INTO table_name (col1, col2,...) VALUES ('val1', 'val2'...);
SELECT LAST_INSERT_ID();
yours faithfully, alvomade