WEEK 4 Review

1. We use these PHP control strutures to create alternate results, based on various circumstances.
if, else if, switch, while...

2. Which php operator is used to assign a value to a variable?
=

3. Which php operator is used to make compare 2 strings for equality?
==

4. Which special character is used in PHP to concatenate two strings together?
Period (.)