Hello and good day! My friend is a teacher in training. She needs to have an attendance report every day. And she needs to send it to her professor. So she asks me if I can make it in PHP. But I’m a bit struggling doing it. So guys, can anyone tell me how making it? Also how to generate attendance report in PHP? Any help would be nice.
How to generate attendance report in php?
Hello Jack Reacher,
                If you want to make an online attendance sheet then i suggest you to use GOOGLE DOCS so that you can make it easy to make. All you need is to make the sheet there and you can access it easily from the internet. It is just like Microsoft excel and  you can easily get that thing. So I suggest you this instead of getting you into the difficulty of PHP and coding.
Answered By
f8athy
0 points
N/A
#135788
How to generate attendance report in php?
Hi,
I have some ideas
First you need to determine the time of sending
Second the format and where you would send (in email or in his box in your script) the report
Third begin programmer the script:
2- Make a class to open and close the period of entering of presenceÂ
3- Make a class to send the report to your teacher
Â
Finely:
to generate the report by PHP in format pdf you can use FPDF class or pdfcrowd API client library
Read this:
And maybe you need AJAX to open and close the period of entering of presence and send an email