equal to and greater than sign php code example
Example: operators in php
if (condition)
code to be executed if condition is true;
else
code to be executed if condition is false;
if (condition)
code to be executed if condition is true;
else
code to be executed if condition is false;