Link to home
Start Free TrialLog in
Avatar of aej1973
aej1973

asked on

Scheduler ?

Hi, I am trying to build a scheduler and what I am looking for is this:

1.In the form schedule_a.php the user will make  a choice as to how many number of days per week an appointment needs to be schedule and for how many weeks it needs to be scheduled for.

2. Once the choice is made a table needs to be populated with this information; for example, if days = 1 and weeks = 2 the table will need to show a radio button or check box for all Mondays for two weeks. If days=2 and week=3 then a check box / radio button will need to be displayed for all Mondays and Tuesdays for 3 weeks. Can someone let me know how this can be done?

Thank you.
schedule-a.php
schedule-b.php
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aej1973
aej1973

ASKER

Thanks Ray, I certainly will have questions when I start working on this.

A