News Feed
Jobs Feed
Sections




News Archive
Greebo.net:
Converting your PHP app to MySQLi prepared statements
January 04, 2010 @ 13:46:13

From Greebo.net there's a recent post that looks at converting the current database functionality in your application over to the MySQLi functionality and making use of prepared statements as a later of protection for your queries.

Okay, you've got like a zillion SQL queries in your PHP app, and probably 95% of them have a WHERE clause, and you need to make them safe so people will still download and use your app. Because if you don't fix your injection issues, I will rain fire on your ass. These are the steps you need to take to convert to prepared statements.

The guide is two steps you'll need to make the transition - "PHP 4 is dead. Upgrade to PHP 5" and "make sure your hoster has MySQLi". The major part of the update is under the first point where he gives code examples and suggestions to follow about how to "harden" your environment to prevent and issues that lax SQL methods might have caused and a simple example of a move from MySQL to MySQLi.

0 comments voice your opinion now!
mysql mysqli convert prepared statements tutorial


blog comments powered by Disqus

Similar Posts

Community News: XAMPP Updates Packages

DeveloperTutorials.com: PHP and MySql with PayPal

Rudi's Blog: Get torrent data with PHP

Zend Developer Zone: Integrating PHP with System i using Web Services

PHPMaster.com: MongoDB Indexing, Part 2


Community Events











Don't see your event here?
Let us know!


series language release rest symfony2 usergroup opinion phpunit podcast example introduction zendframework2 framework database testing interview conference functional community development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework