[PHP] Re: Defaults in drop down list...

2003-01-07 Thread Guy Haynes
Here is another option for you to sample. The function takes two parameters, one is the name of the list box, the other is the value to be initally selected. The second parameter is optional, if not present, no value will be inially selected. I do not remember where I picked this up, but I have

[PHP] Re: Defaults in drop down list...

2003-01-07 Thread Joel Boonstra
> I have a drop down list with all fifty states. very common. I conjured > up a way to store the value when you return to edit the form, but there > most be an easier way either in html, or in php. Here is what I > currently have. > > > Alabama > Alaska > Ariz