How to generate attendance report in php?

Asked By 10 points N/A Posted on -
qa-featured

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.

SHARE
Best Answer by f8athy
Answered By 55 points N/A #135787

How to generate attendance report in php?

qa-featured

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.

Best Answer
Best Answer
Answered By 0 points N/A #135788

How to generate attendance report in php?

qa-featured

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:
1- Make the program work by MVC methods (click here for more info:http://julien-pauli.developpez.com/) for making the work easily 
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

Related Questions