Yes, the loop tutorial is a help - gets me part of the way on that. Thanks Stephen.
Input is good for single entry, option is good for choice; I want options plus a space to type in an alternative entry for that field. I've seen forms like that. I image there is php involved. Joseph > See comments inline. > > On Fri, 13 Aug 2004 15:43:15 +0100, Joseph Harris > <[EMAIL PROTECTED]> wrote: > <snip/> > > I also want to have one option where the form user can type in > > another term. At the moment I can't find a way to achieve this. Is there > > one? > > There are some good hints at what these elements do in there names.... > select and option... which should infer that you will select one of > the provided options. Not input a new one. However, there is an > element that handles input pretty well. I'll leave you to guess > though. > > > I also want to include in some forms a select list which will be derived > > from all the rows in a field of another table; is there a way to do this? > > Yes. Use a loop. you might find this tutorial helpful: > > http://www.pykyl.com/library/php_mysql_example.html > > hth, > Stephen > > ____ . The WDVL Discussion List from WDVL.COM . ____ > To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] > Send Your Posts To: [EMAIL PROTECTED] > To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. > To change subscription settings to the wdvltalk digest version: > http://wdvl.internet.com/WDVL/Forum/#sub > > ________________ http://www.wdvl.com _______________________ > > You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] > To unsubscribe send a blank email to %%email.unsub%% > > To unsubscribe via postal mail, please contact us at: > Jupitermedia Corp. > Attn: Discussion List Management > 475 Park Avenue South > New York, NY 10016 > > Please include the email address which you have been contacted with. > > ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email. To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
