Re: [PHP] HOWTO: Dynamically Create A Form

2001-04-04 Thread Reuben D Budiardja
At 03:19 PM 4/4/01 +, you wrote: >Scott Walter wrote: > >Well; PHP is server-side, so without resubmitting the form you won't >be able to do this using PHP. That's why JavaScript is available. At >this time I don't have enough time to explain exactly how to do >this, but JS is the way for this

Re: [PHP] HOWTO: Dynamically Create A Form

2001-04-04 Thread Renze Munnik
Scott Walter wrote: > > I know this sounds very simple, but I only want certain fields on my form > to be displayed depending on the selected item in a drop-down menu, that is > part of the form. I cannot figure out how to get it to work, and I don't > want to resubmit the form... *** I need it

Re: [PHP] HOWTO: Dynamically Create A Form

2001-04-04 Thread Michael Kimsal
Scott Walter wrote: > I know this sounds very simple, but I only want certain fields on my form > to be displayed depending on the selected item in a drop-down menu, that is > part of the form. I cannot figure out how to get it to work, and I don't > want to resubmit the form... *** I need it

[PHP] HOWTO: Dynamically Create A Form

2001-04-04 Thread Scott Walter
I know this sounds very simple, but I only want certain fields on my form to be displayed depending on the selected item in a drop-down menu, that is part of the form. I cannot figure out how to get it to work, and I don't want to resubmit the form... *** I need it to be done on the fly.*** Y