Team LiB
Previous Section Next Section

Chapter 4: Mixing PHP and HTML

Overview

Now that you have a working development environment, with PHP, Apache, and MySQL happily running on your machine, it's time to delve into the PHP language. In this chapter, you'll learn how to do the following:

  • Recognize and use the different kinds of PHP start and end tags

  • Mingle PHP and HTML within your source code

  • Escape special characters in your scripts to produce valid output


Team LiB
Previous Section Next Section