Team LiB
Previous Section Next Section

Chapter 5: Introducing Variables and Operators

Overview

In the last chapter, you were introduced to the process of parsing PHP code and how the code output is displayed in your web browser. In the next few chapters, you'll learn a bit about the inner workings of the PHP language—all the bits and pieces that, when you put them together, actually produce a working script! In this chapter, you learn how to:

  • Recognize and use variables

  • Recognize and use operators


Team LiB
Previous Section Next Section