Re: [PHP-DB] Date in a dropbox box

2003-03-10 Thread Chris Payne
Hi there, Thank you John, you are a lifesaver :-) Chris > > I have a form which displays 3 dropdowns, day, month and year, I have > it > > displaying the default of the dropdown for month no problem, but how > can I > > get it to select the current date (day) in the dropdown, but show 31 > days

RE: [PHP-DB] Date in a dropbox box

2003-03-10 Thread John W. Holmes
> I have a form which displays 3 dropdowns, day, month and year, I have it > displaying the default of the dropdown for month no problem, but how can I > get it to select the current date (day) in the dropdown, but show 31 days > nomatter how many days are in the month? This is important even thou