[ Team LiB ] Previous Section Next Section

Exercises

  1. Review the syntax for control structures. Think about how these techniques will help you in your scripting. Perhaps some of the script ideas you are developing will be capable of behaving in different ways according to user input or will loop to display an HTML table. Start to build the control structures you will be using. Use temporary variables to mimic user input or database queries for the time being.

  2. Review the section on the ternary operator. What distinguishes it from the control structures covered in the rest of the chapter? Why might it be useful?

    [ Team LiB ] Previous Section Next Section