posted 1 week ago
I am having trouble updating it. I have two tables one is employees and other is attendance.
employees table has fields as (id, employee_id, firstname, lastname, address, email, salary, creacted_on) and attendance table has fields as (id, employee_id, date, time, description). Here is my code for editing.
page edit :