Re: very simple drop-down list...
- From: Geoff Berrow <blthecat@xxxxxxxxxxx>
- Date: Mon, 19 Sep 2005 00:17:32 +0100
I noticed that Message-ID: <lomXe.7950$9l.252465@xxxxxxxxxxxxxxxxxx>
from max contained the following:
> print ("<OPTION value=".$line['year']."></OPTION>"); }
Duh...
print ("<OPTION>".$line['year']."</OPTION>"); }
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
.
- Follow-Ups:
- Re: very simple drop-down list...
- From: max
- Re: very simple drop-down list...
- References:
- very simple drop-down list...
- From: max
- very simple drop-down list...
- Prev by Date: Re: very simple drop-down list...
- Next by Date: Re: very simple drop-down list...
- Previous by thread: Re: very simple drop-down list...
- Next by thread: Re: very simple drop-down list...
- Index(es):
Relevant Pages
|