Issuse with multiple student result printing request

Posted by dotman14 on Programmers See other posts from Programmers or by dotman14
Published on 2012-03-22T03:29:32Z Indexed on 2012/03/22 5:37 UTC
Read the original article Hit count: 384

Filed under:
|
|

I'm not really sure about how to ask this question but i'll try my best to make it clear enough. I have a Student Result Application where by students result are managed, over several academic sessions, all having two semesters each. During each semester students take different courses and have results based on the semester. The application is done now and i'm using a PDF Libaray to crop the final result page to hand over to the students each semester. If a student request a particular semester result it's a straight forward issue and there are no complications when it comes to printing out the result. My issue is this: in a case where a student requests to have a combination of semesters...say 3rd year rain semester , 4th year rain semester and 5th year hamattarn semester. Please how can i handle this issue? Does the user picks these options at the user interface level or there's a special way to handle issues like this? Also, if i'm to display these multiple student result how could this be be done, knowing fully well that i'll have to print the different result seperately.

Hopefully i've being able to make my situation clear enough.

Thanks for your time and patience. Expecting your comments and answers. Thanks.

© Programmers or respective owner

Related posts about php

Related posts about design