Main.php
Download
<?php $employee_name="John"; unset($employee_name); echo $employee_name; ?>
Notice: Undefined variable: employee_name