For one of my php projects I have a database db_attendance
where I have a table like this:
lid empname username nod sdate edate reason action empID
== ======= ======== === ========== ========== ======== ======== =======
01 will william 1 23/01/2010 27/01/2010 for exam accepted 4
01 will james 1 23/01/2010 29/01/2010 for exam accepted 2
is there any way to detect each day of sdate
to edate
?