Hello All,
I searched about it in this forum. I have a query regarding meeting room booking system. I wanted to buildup a meeting room booking system by using CRUD.
I want to do this by this way:
1. Table Name: Room_Booking
Meeting_Title, Room_Name, Date, start_time, end_time >> this is the table field.
If some one booked a room for this table like:
General Meetings, 302, 22/09/2013, 10:00, 12:00 as per "Room_Booking" Table field.
If another one wanted to book the room as same time and date with same room number then it will show warrning like "room is already booked. Please choose another slot...".
If that person will add the time for 13:00 to 14:00 then it will be booked.
what can to do: for this i think we need to check date with time is already inserted or not, if inserted then warrning will be shown. otherwise room will be booked, i think like this way.
any one can give me a solution. I tried to do this but failed to checked the date and time to 2nd time data insert...