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