What is prepared statement in php?
Answer / Surat Chand Ramola
A prepared statement in PHP is a precompiled SQL statement that can be executed multiple times with different values (parameters) without having to recompile the same statement. This can lead to improved performance, as the database server does not need to parse the SQL each time it is executed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does PEAR stands for?
How can cross site request forgery csrf be prevented?
What is difference between variable declaration and variable definition?
What is full form of php? Who is the father or inventor of php?
What is strlen php?
What is the main difference between php 4 and php 5?
What is the difference between html and php?
What is Gd PHP?
Is overloading possible in php?
What are the steps for the payment gateway processing?
How to close a session properly?
What is meant by pear in php? What is the purpose of it?