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 solution

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 J

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

2002-07-06 Thread Naintara Jain
You can use both JavaScript and PHP. Initially use PHP to get your data, you can use 13 arrays to store this data. 1st array stores the options for the 1st list. The other 12 arrays can store options related to each item of the 1st list/array. Use JavaScript (client-side scripting, faster) to pop

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

2002-07-06 Thread César Aracena
ct: Re: [PHP] Linked drop 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