Monday, July 27, 2009

MySql Prepared Statement in PHP

Prepared Statements are always better than normal statements as it prevent SQL Injection etc. This article will discuss on how we can make Prepared Statement Call to MySql Database Call using MySqli Extension of PHP.

No comments: