Main.php
Download
<?php $x=100; if(!$x){ echo 'x variable does not exist'; }else{ echo 'x variable exists'; } ?>
x variable exists