Assignment Overview
In this assignment I completed the following:
- 1. Echo and/or print
- 2. PHP Variables
- 3. Concatenation/String Operators
- 4. PHP Comments
- 5. Include some HTML with the PHP, such as a line of text or an image
Echo and/or Print
This was done with 'echo'
This was done with 'print
PHP Variables
String Variables
v1 = variable 1 and v2 = variable 2
v1 + v2 = variable 1 variable 2
Number Variables
n1 = 4 and n2 = 24 + 2 = 6
Comparison Operators
not equal
variable 1 comes before variable 2
Logical Operators
true