Re: [PHP] Need HOWTO on field-update code.

2001-04-12 Thread Philip Olson
Check out these two tutorials, might help: chainedSelectors: A Better Way to Drop-down a PHP List : http://zend.com/zend/tut/drop-down.php Loading JavaScript Arrays with MySQL Data : --

Re: [PHP] Need HOWTO on field-update code.

2001-04-12 Thread Lindsay Adams
php is server side only so you are going to have to use javascript. You can have php build an array, or two in javascript so that your menu canchange. checkout hotscripts.com, resourceindex.com, devshed.com, http://wsabstract.com/ to name a few. On 4/12/01 11:14 AM, "Erin Quick-Laughlin" <[EM

[PHP] Need HOWTO on field-update code.

2001-04-12 Thread Erin Quick-Laughlin
Can PHP update a second field on the form, based on the contents chosen from the first field (I'm thinking of JavaScript's function) ? I'm pulling a list of id,name,email from MySQL and displaying name for the first field. After the user picks it, I want the appropriate email address to show up i