| Hour 4. The Building BlocksWhat You'll Learn in This Hour: About variables—what they are, why you need to use them, and how to use themHow to define and access variablesAbout data typesAbout some of the more commonly used operatorsHow to use operators to create expressionsHow to define and use constants
 In this hour, you will get your hands dirty with some of the nuts and bolts of the language. There's a lot of ground to cover, and if you are new to programming, you might feel bombarded with information. Don't worry—you can always refer to this chapter later. Concentrate on understanding rather than memorizing the features covered. If you're already an experienced programmer, you should at least skim this hour's lesson. It covers a few PHP-specific features. |