What is prepared statement in php?



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

Post New Answer

More PHP Interview Questions

What does PEAR stands for?

1 Answers   Arigo Infotech,


How can cross site request forgery csrf be prevented?

1 Answers  


What is difference between variable declaration and variable definition?

1 Answers  


What is full form of php? Who is the father or inventor of php?

1 Answers  


What is strlen php?

1 Answers  


What is the main difference between php 4 and php 5?

1 Answers  


What is the difference between html and php?

1 Answers  


What is Gd PHP?

1 Answers  


Is overloading possible in php?

1 Answers  


What are the steps for the payment gateway processing?

1 Answers  


How to close a session properly?

1 Answers  


What is meant by pear in php? What is the purpose of it?

1 Answers  


Categories