Control flow / Conditional statements / if/else statements
Valid example
Valid example
Invalid example
Complex conditions
Ternary operator
<?php
$latitude =
45
;
if
$latitude ==
0
//Error: ( expected
{
$location =
"Equator"
;
}