backtick execution operator in php w3schools 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;