Hi,
I am trying to design a website, where we have a table containing the days of the week and hours. The idea is to populate this table by its connection to the database.
So two pages: Make appointment:
1. I insert into the database via php website selecting time and day.
2. I view the schedule where the php should access the database to populate the table.
So if I have placed an appointment on monday at 8:00, the table in that time slot should have an entry.
I would really appreciate any example or if you could point me to any existing php scripts that does the above.
regards,
Mike