PHP Tutorials on Programming Techniques
Programming techniques are the correct techniques to use in order to make good, maintainable, robust and easy to understand code.
Defensive programming is very important in order to create bug free code. This first article on the topic sets out the basics of how to program defensivley.
Following these simple programming techniques should easily help you to improve execution speed in PHP.