Showing posts with label statement. Show all posts
Showing posts with label statement. Show all posts

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.