Hudzilla.org - the homepage of Paul Hudson
Contents > Wish List | Report Bug | About Me ]

22     Practical PHP

This is NOT the latest copy of this book; click here for the latest version.

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

22.1. Creating a poll
22.1.1. Analysis: what makes a web poll?
22.1.2. Development: creating the simplest poll
22.1.3. Analysis: Poll v2
22.1.4. Putting Poll v2 into action
22.1.5. Analysis: Poll 2005
22.1.6. Making the final poll
22.1.7. Building a better poll
22.2. Creating a guestbook
22.2.1. Analysis
22.2.2. Development
22.2.3. Problems in paradise: Guestbook v2
22.2.4. Fixing the problems
22.2.5. Building a better guestbook
22.3. Creating a messageboard
22.3.1. Analysis
22.3.2. Development
22.3.3. Analysis: Messageboard v1.1
22.3.4. Making Messageboard v1.1
22.3.5. Messageboard v2
22.3.6. Making an object-oriented messageboard
22.4. Creating thumbnails
22.4.1. Analysis
22.4.2. Development
22.5. ASCII art
22.5.1. Analysis
22.5.2. Development
22.5.3. Analysis: ASCII art in colour
22.6. Further Reading



<< 21.8 Next chapter   22.1 Creating a poll >>
Table of Contents
Want to see this stuff in print? PHP in a Nutshell takes the core topics covered here, adds in thousands of edits from the editorial team and myself, and combines them to make an unbeatable reference for PHP programmers at all levels.



My latest book has hundreds more tips on how to use PHP, Apache, and MySQL, plus Perl, Python, shell scripts, performance tuning, and more!



Top-right shadow
 
Bottom-left shadow Bottom shadow

Comments from other readers
Kabsun: sunusi_kabiru@yahoo.com - 04 Jul 2008

For those of us who are new to php, this book is second to non for the author has tried his best in puting the whole of php in few hundreds of pages.

Kudos to the author!

A PHP User - 04 Jul 2008

hello

A PHP Biginer - 04 Jul 2008

I like it Its provide a better help in php programing
i want to learn baout event handler as in java script for ex.(onClick() onFocus() etc.) please guide me about it i m very thanx full foryou
My E-mail is mannbaig@google.com

commonphp@rediffmail.com - 04 Jul 2008

I am php progrmmer having only 6 months experince and i think

this will help me to improve my knowledge in php programming

so i will be very grateful for you.



Add comment
Please note that by posting a comment here you are committing it to the public domain. This is important so that others can make use of your code themselves, and also so that I can incorporate helpful notes directly into the main text. Comments are limited to 2000 characters in length.

If you are reporting an error in the content, please tell me directly.

Your name/email address:
Your comment:
 
Now, in order to verify that you're a real person, please answer this simple question: what is one plus seven?
The answer is:
(please write in
numbers, eg 19)


Top-right shadow
 
Bottom-left shadow Bottom shadow