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