Develop Rock-Solid Code In PHP: Lay The Foundation, Part 1
By Amol Hatwar
2004-01-21
Reader Rating:

Summary
In this series opener, you saw what actually goes into making rock-solid code. Making big-applications in PHP is not at all difficult if you work carefully. In fact, many applications in PHP have been developed single-handedly. At the same time, it is important to realize that you can easily fall into traps. As long as you plan, break things down into smaller tasks, and implement them properly -- little else should get in your way.
In the next installment, you will learn how to employ variables and functions efficiently. As a bonus, I will show you how to do some magic with variables and functions in PHP. We planned our flight in this article. We will get many more things in place after the next article -- perhaps even fly. Until then, bon voyage.
First published by IBM developerWorks
If you found this article interesting, you may want to read these as well:
» Protecting your PHP and HTML Source Code
» Publishing Newsletters Using PHP & MySQL - 4
» Publishing Newsletters Using PHP & MySQL - 3
» Publishing Newsletter Using PHP & MySQL - 2
» Publishing Newsletters Using PHP & MySQL
» Unix Webserver Crontab Basics
|