Forum Moderators: phranque
Current months balance
Student list of students
Overdue payments
Now I didn’t have access to his SQL management on his server so needless to say I was unable to create a REAL database, I did a very crude replacement the best I could with what I had to work with… here is how I did it:
I made a folder for each student and within that folder I created a mini site if you will, I more or less made smart use of iFrames and ftp uploaded. So he could edit the pages that he wants to change in Word, Excel, Etc. and just upload them to that student’s folder… and because that page he just uploaded is in the iFrame, it will show up on the student’s site. He says he loves it and he also says the students/instructors love it but I am sure I can give this guy something better… does anyone know of a cheap or free sql package already put together for something like this? If now how hard would it be to create it and what resources do you think I should look into (how to guides, tools for creating, etc.)
Thanks in advance
In fact, you could probably make his job even easier than it is now. For instance, you could set up PHP to automatically flag students' accounts that are overdue. A basic IF statement could separate those with an oustanding balance and no payments within the past 30 days, and could even get as sophisticated as sending an email reminder to the delinquent students.
As long as he entered his accounting info, enrollment changes, etc. directly into the database via forms, he could eliminate an awful lot of work.
I'd recommend you pick yourself up a book like "PHP & MySQL for Dummies" or another comparable book which gives you an intro to each of these technologies and the interaction between the two.
You can also get a basic introduction to them at w3schools.
Good luck.
[edited by: roldar at 5:19 am (utc) on Jan. 31, 2005]