Hello,
I'm creating a very simple time attendance management system.
Just a quick one where you can login just your code and it will store to mysql by reference of time.
My question is.
Currently I only have one table which is "LOGIN" only....
since this is a time attendance database.. I would love to have "LOGOUT"
by simple entering the code again...
but with a same database system, page and all....
So is it possible to create a time limit on a php, let say if the people entering code at less than 8 30 am it will directly go to LOGIN database ...
more than 08 30 am it will directly go to LATE database ...
more than 6 00 pm it will directlty go to LOGOUT database ...
thanks in advance .. :)