employee). " employees working in this company."; echo "
employee ID and thier e-mail addresss are:"; foreach($xml->employee as $emp){ echo "
".$emp->empid; echo " - ".$emp->email; } ?>