[PHP] Option Value

2007-02-23 Thread Dan Shirah
On my form I have several drop down menus. They all work and display the corrent values. However, I would like the initial display of the form to show each dropdown as blank. $q_status = SELECT * FROM status_codes ORDER BY status_description; $r_status = mssql_query($q_status) or

Re: [PHP] Option Value

2007-02-23 Thread David Giragosian
On 2/23/07, Dan Shirah [EMAIL PROTECTED] wrote: On my form I have several drop down menus. They all work and display the corrent values. However, I would like the initial display of the form to show each dropdown as blank. $q_status = SELECT * FROM status_codes ORDER BY status_description;

Re: [PHP] Option Value

2007-02-23 Thread Németh Zoltán
2007. 02. 23, péntek keltezéssel 10.10-kor Dan Shirah ezt írta: On my form I have several drop down menus. They all work and display the corrent values. However, I would like the initial display of the form to show each dropdown as blank. $q_status = SELECT * FROM status_codes ORDER BY

Re: [PHP] Option Value

2007-02-23 Thread Dave Goodchild
Also, if you want to get into the habit of writing valid xhtml, use lowercase and selected=selected

Re: [PHP] Option Value

2007-02-23 Thread Dan Shirah
Thank you George, that is what I was referring to. I had been placing the echo OPTION value=\\/OPTION\n; inside of my loop..which of course returned a blank after every valid selection. TGIF! Thanks all. On 2/23/07, Dave Goodchild [EMAIL PROTECTED] wrote: Also, if you want to get into the

Re: [PHP] Option Value

2007-02-23 Thread Richard Lynch
On Fri, February 23, 2007 9:10 am, Dan Shirah wrote: On my form I have several drop down menus. They all work and display the corrent values. However, I would like the initial display of the form to show each dropdown as blank. [snip] Any suggestions on how to make my initial display of

Re: [PHP] Option value

2002-10-16 Thread 1LT John W. Holmes
Is it possible to extract the value option which item name selected..for example i am having list of soap brand in the options..is it possible that to tell that the user seleced this brand of soap while in the submittion of the form..can any one please tell me how to do this.. Umm...that's

[PHP] Option value

2002-10-15 Thread Uma Shankari T.
Hello, Is it possible to extract the value option which item name selected..for example i am having list of soap brand in the options..is it possible that to tell that the user seleced this brand of soap while in the submittion of the form..can any one please tell me how to do this..

Re: [PHP] option value

2001-07-16 Thread teo
Hi Michael! On Sun, 15 Jul 2001, Michael Thomas wrote: how can i populate an dropdown box useing php postgresql. Thanks in advance if you tell me how you tried by yourself first, I'll help you further ;) it's trivial with Javascript, but if you don't want to use that it's still doable.

[PHP] option value

2001-07-15 Thread Michael Thomas
how can i populate an dropdown box useing php postgresql. Thanks in advance -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]