Employee Form
Request - = $_GET['message'] ?>
Employee List
= ucfirst($attribute); ?>
"; $i = 0; foreach ($employee as $attribute) { if ($i > 0) { echo "
$attribute
"; } else { echo "
$attribute
"; } $i++; } echo ""; } ?>
Find an Employee
Enter Employee Social Security Number:
Employee Last name is:
Employee First name is:
Employee Address is:
Employee Salary is:
Department Number is:
Submit