Main.php
Download
<?php $x=80; if($x>90) { echo 'condition is passed'; }else{ echo 'condition is failed'; } ?>
condition is failed