I have following case. Some body will add appointments to my system. I must check if in the database is a appointment.(via php)
If a conflicting appointment was found. I woud like to ask the user if he is sure to add the appointment nevertheless of the conflict.
How I must implente this functiunality?
If i use a normal submit button i will referd to start page (without data).
Other vice how can I add a page beetween start_page and end_page?
If a conflicting appointment was found. I woud like to ask the user if he is sure to add the appointment nevertheless of the conflict.
How I must implente this functiunality?
If i use a normal submit button i will referd to start page (without data).
Other vice how can I add a page beetween start_page and end_page?