Main.php
Download
<?php if(isset($employee_age)) { echo $employee_age.' is exists'; }else{ echo 'employee age does not exist'; } ?>
employee age does not exist