Good Read:
http://www-128.ibm.com/developerworks/o ... 5PHPerrors
[IBM] Five common PHP database problems
Moderator: General Moderators
-
d3ad1ysp0rk
- Forum Donator
- Posts: 1661
- Joined: Mon Oct 20, 2003 8:31 pm
- Location: Maine, USA
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.
It is beginner level, BUT, following those five points can mean the difference between a slow cumbersome application and a good application.