[IBM] Five common PHP database problems

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

[IBM] Five common PHP database problems

Post by hawleyjr »

d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

Begginer level, but detailed and good descriptions.

Have you found any others like it?
GM
Forum Contributor
Posts: 365
Joined: Wed Apr 26, 2006 4:19 am
Location: Italy

Post by GM »

I think that most problems with databases stem from a basic lack of knowledge on part of the PHP programmer. They know how to program well, but don't understand how databases work. When they find a solution that gives them what they want from the database, they are happy, even if with a better knowledge of databases the query could be made hundreds of times more efficient.

It is beginner level, BUT, following those five points can mean the difference between a slow cumbersome application and a good application.
Post Reply