Practical PHP Programming:Practical PHP
From IpbWiki
While this has book so far has by no means been theory only, we have not really looked at examples of complete PHP projects - applications taken from through all the stages of software development. There are a number of common PHP applications that you are likely to want to make during your programming career, and the code and ideas presented here is designed to be easily ported into your own work, even if your actual project is not covered exactly here.
The projects covered here are a poll, a guestbook, a messageboard, and image thumbnails - these terms are explained more in each individual section. Although there is not enough room in this book to cover much design brainstorming and the like, I have tried to give as much technical detail as possible in the hope that it will deepen your understanding of the language.
Chapter contents
- 21.1. Practical_PHP_Programming:Creating a poll
- 21.1.1. Practical_PHP_Programming:Analysis: what makes a web poll?
- 21.1.2. Practical_PHP_Programming:Development: creating the simplest poll
- 21.1.3. Practical_PHP_Programming:Analysis: Poll v2
- 21.1.4. Practical_PHP_Programming:Putting Poll v2 into action
- 21.1.5. Practical_PHP_Programming:Analysis: Poll 2000
- 21.1.6. Practical_PHP_Programming:Making the final poll
- 21.1.7. Practical_PHP_Programming:Building a better poll
- 21.2. Practical_PHP_Programming:Creating a guestbook
- 21.2.1. Practical_PHP_Programming:Analysis: Guestbook v1
- 21.2.2. Practical_PHP_Programming:Development: Guestbook v1
- 21.2.3. Practical_PHP_Programming:Problems in paradise: Guestbook v2
- 21.2.4. Practical_PHP_Programming:Development: Guestbook v2
- 21.2.5. Practical_PHP_Programming:Building a better guestbook
- 21.3. Practical_PHP_Programming:Creating a messageboard
- 21.3.1. Practical_PHP_Programming:Analysis: Messageboard v1
- 21.3.2. Practical_PHP_Programming:Development: Messageboard v1
- 21.3.3. Practical_PHP_Programming:Analysis: Messageboard v1.1
- 21.3.4. Practical_PHP_Programming:Development: Messageboard v1.1
- 21.3.5. Practical_PHP_Programming:Analysis: Messageboard v2
- 21.4. Practical_PHP_Programming:Creating thumbnails of pictures
- 21.5. Practical_PHP_Programming:Creating ASCII art
