<?php
$sql="select * from eva_employee,eva_education,eva_department,eva_section,eva_position
where eva_employee.id_emp='$id_emp' and eva_employee.id_education=eva_education.id_education and
eva_employee.id_department=eva_department.id_department and
eva_employee.id_section=eva_section.id_section and
eva_employee.id_position=eva_position.id_position";
?>