yes sure.
I am developing an Attendance Management System.
I have the records in the database in this Format.
Emp No Date/Time
1 2/6/2007 12:53
1 2/6/2007 14:20
1 2/6/2007 14:54
1 2/6/2007 19:58
1 2/6/2007 20:09
1 2/9/2007 8:32
1 2/9/2007 20:49
1 2/10/2007 8:17
I need to develop an Php MySql query in such a way that when it reads the record from the database,
When if for the date 2/6/2007 emp no 1, First record is considered as In time and the second record for the same date is considered as Out time.
Hope you got the question this time.
Thank you very much