November 2011
Beginner
504 pages
11h 30m
English
Section II
Working with PHP Controls, Functions, and Forms
In this section you learn how to make a program perform different actions based on different criteria. If variables are nouns, control structures are verbs.
In Lesson 7, you learn how to set up conditional statements so that code is performed only if the conditions are met. In Lesson 8, you learn how to make the program loop, performing the same action multiple times.
You discover how local and global scope work in Lesson 9. Scope refers to where a specific variable, function, or object can be seen. You create user-defined functions in Lesson 10, and in Lesson 11 you use what you have learned so far as you process forms.
Read now
Unlock full access