Re: [PHP] question (as if anything else would be in an email to the list...)

2001-01-19 Thread Jason Jacobs
I tried this, but it didn't work. I need the value inside the form still because the value of the select will be written to an array that gets passed to the next page (as hidden inputs), which will in turn be compiled into a value list for a db query. I tried making the name of the select be th

Re: [PHP] question (as if anything else would be in an email to the list...)

2001-01-19 Thread Jason Jacobs
I tried this, but it didn't work. I need the value inside the form still because the value of the select will be written to an array that gets passed to the next page (as hidden inputs), which will in turn be compiled into a value list for a db query. I tried making the name of the select be th

Re: [PHP] question (as if anything else would be in an email to the list...)

2001-01-18 Thread Jason Jacobs
> then again, in the context of what you're doing, why not just build in a > little php logic that knows if your select is a certain value, something > else should happen? Well, the select can't be a value until the user choses something (the stuff). Based on the option the choose, a value needs

RE: [PHP] question (as if anything else would be in an email to the list...)

2001-01-18 Thread DanO
just write a js function like: --cut here-- label1 label2 --end cutting-- DanO (javascript is y