for ($i=1;$i<=31;$i++) : ?> <option value="<?php echo $i; ?>" <?php if ($selectedDay == $i) echo "selected=\"selected\"; ?>><?php echo $i; ?></option> <?php endfor; ?>
- Re: [PHP] <OPTION Robert Cummings
- Re: [PHP] <OPTION Richard Lynch
- Re: [PHP] <OPTION Dave Goodchild
- Re: [PHP] <OPTION Robert Cummings
- Re: [PHP] <OPTION Dave Goodchild
- Re: [PHP] <OPTION Jochem Maas
- Re: [PHP] <OPTION Jochem Maas
- Re: [PHP] <OPTION Robert Cummings
- Re: [PHP] <OPTION Jochem Maas
- Re: [PHP] <OPTION Robert Cummings
- Re: [PHP] <OPTION Jochem Maas
- Re: [PHP] <OPTION Robert Cummings