News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
Top 10 MySQL Mistakes Made by PHP Developers
November 19, 2010 @ 08:33:16

On the SitePoint PHP blog today there's a new post from Craig Buckler looking at his top ten MySQL mistakes he as a PHP developer has made over time (and suggests a few things so they can keep from making them again).

database is a fundamental component for most web applications. If you're using PHP, you're probably using MySQL - an integral part of the LAMP stack. PHP is relatively easy and most new developers can write functional code within a few hours. However, building a solid, dependable database takes time and expertise. Here are 10 of the worst MySQL mistakes I've made (some apply to any language/database).

Some of the infamous mistakes that made the list include:

  • Using PHP's mysql functions (instead of mysqli)
  • Not sanitizing user input
  • Not using UTF-8
  • Not optimizing your queries
  • Using * in SELECT queries
0 comments voice your opinion now!
mysql mistake recommendation topten


blog comments powered by Disqus

Similar Posts

Ryan Malesevich's Blog: iTunes Stats for Macintosh with PHP & MySQL Part 1

DevShed: Completing a Search Engine with MySQL and PHP 5

Android Hive: Android Push Notifications using Google Cloud Messaging (GCM), PHP and MySQL

DevShed: MySQL Table Prefix Changer Tool in PHP

Job Posting: Codilink S.L. Seeks Symbian/PHP/MySQL Developers (Barcelona, Spain)


Community Events











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


functional database podcast release code conference api opinion composer language community zendframework2 tool framework introduction development example testing interview series

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