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