Main.php
Download
<?php $employee_name="John"; if(isset($employee_name)) { echo $employee_name.' is exists'; } ?>
John is exists