Team LiB
Previous Section Next Section

What Does PHP Do?

PHP does anything you want, except sit on its head and spin. Actually, with a little on-the-fly image manipulation and Dynamic HTML, it could probably do that, too.

According to the PHP manual, "The goal of the language is to allow web developers to write dynamically generated pages quickly."

Here are some common uses of PHP, all of which are part of what you'll learn in this book:

These are just basic, everyday uses. PHP also includes support for integrating with Java servlets, XML, and a myriad of other higher-level functions. The possibilities literally are endless.


Team LiB
Previous Section Next Section