I'm doing a senior project using several PHP application and I need some advice to make sure I'm heading in the right direction. I have done some PHP in the pass but not to this great of detail. The application will consist of a student login (using LDAP) and once they login they have an option to check attendance, sign up for a bus list, or sign up for a room list. The checking attendance app, I believe I will need to upload the students first up on a database and link the database to the application so that when a student login they only see their attendance and not any one else. For the bus list app, I will like them to sign up for a bus until the max number of people can sign up for the bus. For the room app, I will like for them to sign up for room up to 4 people. I will like for everyone to see who are in what room before they sign up for the room. At the end, I want someone that don't have a clue about programming to be able to admin the list and print it off.
My questions can this project be done? If so, how long will this take. Are there any good tutorials on the internet that will help me get started? If I program it, I will like it possible that someone that don't have any programming knowledge to admin it, is that possible?