Hey,
I'm new here and because I don't have experience on php I need some help.
I need to make a website for a medical centre.
For now I already got the login and regist working, but the most important I don't know how to do it.
I need to make a calendary where user can regist a consult. The users have to be sign on a consult by a unique number, because either workers from the centre can regist consults to other people.
Some users have priority, like for exemple, pregnant.
So I need to make some thing that work like this.
- Everyday got consults from 10am until 17pm, every consult delay 1hour
- The user have to be regist by a unique number
- some users have priority over others, like for exemple, if already are scheduled consults from 10am until 15pm, and some pregnant decide to scheduled a consult, all the others have to move is consults one hour late, because the pregnant will have priority. Like pregnant there is other special people.
- people can cancel is consult, make the others move one hour forward. they need to write is unique number to do it.
- the schedule must be write on a text file
If some one could make me this script or tell me some script that already makes it, I will be very happy
Thanks for the help