Control flow / Conditional statements / if/else statements

<?php

$latitude = 45;
if $latitude == 0 //Error: ( expected

    $location = "Equator";
}