/teachers_door

A simple PHP/MySQL system to manage office hour signups for teachers

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

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:

  1. Have a server running PHP and MySQL.
  2. Uploaded the teachers_door directory somewhere in your web directory.
  3. Edit settings.php.
  4. Run build_tables.sql from MySQL.
  5. Edit your new office_hours MySQL table to list your chosen office hours.
  6. Wait.
  7. Wait.
  8. Students sign up!
  9. Improve and modify this script.