104k views
5 votes
To execute a prepared SQL statement, you can use the ________________ and execute() methods of the PDOStatement object to set parameter values and execute the statement.

User Haugholt
by
6.5k points

1 Answer

3 votes

Answer:

The correct answer to the following question will be "bindValue".

Step-by-step explanation:

  • The PDO declaration bind-value feature allows to bind a value or a function to a argument or a parameter.
  • To run a compensated statement of SQL, you could also use the PDOStatement object's bindvalue and execute() methods to set values of the paramenter or any argument and implement the comment.

Therefore, it's a right answer.

User Vikash Kumar
by
6.4k points