Page 1 of 1

[IBM] Five common PHP database problems

Posted: Thu Aug 03, 2006 3:42 pm
by hawleyjr

Posted: Thu Aug 03, 2006 10:33 pm
by d3ad1ysp0rk
Begginer level, but detailed and good descriptions.

Have you found any others like it?

Posted: Fri Aug 04, 2006 4:53 am
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.