What is the role of <> operator in 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;