You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$sql="SELECT payment.year,payment.month,payment.pay_no,payment.emp_id,employee.Name,employee.bank_accno,payment.total_pay FROM `employee` INNER JOIN `payment` WHERE employee.Employee_id=payment.emp_id AND employee.Employee_id=$id;";