-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9def7f7
commit 62d4426
Showing
1 changed file
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,21 @@ | ||
teachers_door | ||
TEACHER'S DOOR | ||
by Garrett Dash Nelson | ||
http://people.matinic.us/garrett/ | ||
|
||
============= | ||
|
||
A simple PHP/MySQL system to manage office hour signups for teachers | ||
A simple PHP/MySQL system to manage office hour signups for teachers. | ||
|
||
============= | ||
|
||
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. |