Web Development Starts Here…

Posts Tagged "prepare statements"

prepare statements with PDO

Posted by on Aug 30, 2010 in Open Source, PDO, PHP | 0 comments

Many of the matured databases support the use of prepared statements. Prepares statements can be considered as a kind of compiled template for the SQL that as application wants to run, that can be customized using variable parameters.

Read More