RE: [PHP] Linked drop down selection lists and dynamically generated links

2002-07-08 Thread Lazor, Ed
The only problem is that this page isn't completely dynamic. For example, column #3 should automatically update when column #2 changes. Plus, imagine what happens when the page and the form both become more complex. I guess I'm just spouting off my opinion that Javascript is the easier

Re: [PHP] Linked drop down selection lists and dynamically generated links

2002-07-07 Thread Pekka Saarinen
At 7/7/2002, you wrote: Is there any way of doing this so within a single page? Can this be done using only PHP or do I need to use Javascripts? Where would I be able to find examples of code which does this sort of processing? Hi, I would do it in PHP, because you can never ever rely on

[PHP] Linked drop down selection lists and dynamically generated links

2002-07-06 Thread Peter Goggin
I have two related tables. The first has about 12 records, each of which is related to about 12 records in the second table. I want to have two interconnectedt dropdown list fields. The fisrt is used to select from the first table and when the value has been selected, use it to determine the

RE: [PHP] Linked drop down selection lists and dynamically generated links

2002-07-06 Thread Csar Aracena
down selection lists and dynamically generated links §±§â§Ú§Ó§Ö§ä! Peter Goggin wrote: Can this be done using only PHP or do I need to use Javascripts? managing this in PHP should be considered *only* when jscript is not available. It's a matter of load distribution. When doing client

RE: [PHP] Linked drop down selection lists and dynamically generated links

2002-07-06 Thread Naintara Jain
: Saturday, July 06, 2002 10:31 PM To: [EMAIL PROTECTED] Subject: [PHP] Linked drop down selection lists and dynamically generated links I have two related tables. The first has about 12 records, each of which is related to about 12 records in the second table. I want to have two interconnectedt dropdown