MySQLi INSERT
MySQLi INSERT is a PHP topic. In plain words you use it for fetch marks by roll in the college DB. Don’t start with a slogan — start with that picture.
Smallest example: prepared statement. Type it, run it, and say what you see. If you can do that from memory, you know MySQLi INSERT.
From the example next to this theory: MySQLi INSERT — use prepared statements with PDO/MySQLi — never concatenate raw SQL.
Trap — string-concat SQL. Fix that before you talk about advanced PHP.
Viva — what is MySQLi INSERT? Then show prepared statement. Then name the trap.
What is MySQLi INSERT? Show this: prepared statement. Trap: string-concat SQL.