Skip to content
Advertisement

Uncaught PDOException: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens in PDO Insert Query

I am using PDO to execute a insert query but it is throwing me this error I am not able to understand what the problem is! Please help me out! thank you in advance:)

JavaScript

// DB_Query_ALL function

JavaScript

}

Fatal error: Uncaught PDOException: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens in……

db_query_all(Array, ‘INSERT INTO `14…’) #2 {main}…..

Advertisement

Answer

On your sample code I think that you must call execute() only once. So, istead of:

JavaScript

Try:

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement