TEACHER'S DOOR
by Garrett Dash Nelson
http://people.matinic.us/garrett/
=============
A simple PHP/MySQL system to manage office hour signups for teachers.
=============
Live demo at: http://people.matinic.us/garrett/teaching/officehours.php
=============
How-To:
- Have a server running PHP and MySQL.
- Uploaded the teachers_door directory somewhere in your web directory.
- Edit settings.php.
- Run build_tables.sql from MySQL.
- Edit your new office_hours MySQL table to list your chosen office hours.
- Wait.
- Wait.
- Students sign up!
- Improve and modify this script.