ishvir Posted February 26, 2012 Share Posted February 26, 2012 Hello, I am helping my wife set up a PHP Powered Demerit System at her school. I have basic PHP and MySQL skills. Basically she wants a web interface where a student logs in with Student Number and Password. Demerits and merits accrue to the students as below: Coming late to school, 1 Demerit Handing an assignment late, 2 Demerits No Demerits in 3 months equals 1 Merit assigned Student suspended after 6 / more Demerits Parent / Gaurdian emailed The student will see the table below once logged in: Student Name Student ID Date Action Demerit Merit Total A123 2012/02/26 Late Sign In 1 0 1 2012/02/28 Late Assignment 1 0 2 2012/05/29 3 month Merit earned 0 1 1 2012/06/08 Late Assignment 2 0 3 2012/06/10 Late Assignment 2 0 5 2012/06/12 Late Assignment 2 0 7 Student suspended Send email to parent/gaurdian I would really appreciate any help you can offer. Thanks, Ishvir Quote Link to comment https://forums.phpfreaks.com/topic/257829-using-mysql-to-create-a-high-school-demerits-points-system/ Share on other sites More sharing options...
ignace Posted February 26, 2012 Share Posted February 26, 2012 What do you want help with? Do you have written any code? Quote Link to comment https://forums.phpfreaks.com/topic/257829-using-mysql-to-create-a-high-school-demerits-points-system/#findComment-1321480 Share on other sites More sharing options...
dyr Posted February 29, 2012 Share Posted February 29, 2012 I'm interested as to someone would go about this also, so recent posting this. Quote Link to comment https://forums.phpfreaks.com/topic/257829-using-mysql-to-create-a-high-school-demerits-points-system/#findComment-1322431 Share on other sites More sharing options...
ignace Posted March 1, 2012 Share Posted March 1, 2012 This topic is continued here: http://www.phpfreaks.com/forums/index.php?topic=354599.msg1675366 Please let this topic die! Quote Link to comment https://forums.phpfreaks.com/topic/257829-using-mysql-to-create-a-high-school-demerits-points-system/#findComment-1322647 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.