Re: building html form select menus from arrays in php

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Craig White
Date:  
To: plug-discuss
Subject: Re: building html form select menus from arrays in php
On Sun, 2005-03-06 at 19:09 -0700, AZ Pete wrote:
> You forgot to put a value between your <option value="john"></option> tags.
> change this:
> echo '>'.'</OPTION>';
> to this:
> echo '>'.$picklist[$x].'</OPTION>';
>

----
that is what I did - it's really deceptive - I don't know if I would
have ever picked that up by myself and you saw how simple the program
was...

Thanks

Craig

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss