Re: [PHP] getting value of item in list box.

2003-08-18 Thread CPT John W. Holmes
From: "Tim Winters" <[EMAIL PROTECTED]> > I have a PHP page which pulls a bunch of data from a mySQL DB. I have 2 > list boxes in a form. One is populated automatically by my PHP code. > But the second will be populated based on what is selected in the first. > > I don't know how to get out the

[PHP] getting value of item in list box.

2003-08-18 Thread Tim Winters
Hello, I have a PHP page which pulls a bunch of data from a mySQL DB. I have 2 list boxes in a form. One is populated automatically by my PHP code. But the second will be populated based on what is selected in the first. I don't know how to get out the value of the first listbox using JS. C