INSERT query with positional placeholders; INSERT query with named placeholders; INSERTing multiple rows; Comments (15) First of all make sure you've got a properly configured PDO connection variable that needs in order to run SQL queries with PDO and to inform you of the possible errors. INSERT query using PDO.