This topic is locked

More then one record

12/21/2017 6:37:17 AM
PHPRunner General questions
M
mrl40 author

Hi

I'm developing a booking system.

One of the things I have to do is allow user to enter a booking say for a 6 week period e.g. same room, same time, same day but 6 different weeks.

Some of the fields I have are: DateBooked for, room, time.

Do I need a hidden field for the last day of the booking that is only seen if user wants to book more then one record.

Trying to find a snippet of code that would do.
Thanks for any help