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.

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.



Answer: bindValue


Learn More :