Search found 3 matches

by mtataric
Sat Jul 25, 2009 9:15 am
Forum: PHP - Code
Topic: Parsing Dependent Dropdown SelectedIndex Values into MySQL?
Replies: 5
Views: 364

Re: Parsing Dependent Dropdown SelectedIndex Values into MySQL?

Great!! I am sure this will work its all a matter of putting all those names into an array without messing up the javascript ..

I appreciate your help!!
by mtataric
Sat Jul 25, 2009 8:32 am
Forum: PHP - Code
Topic: Parsing Dependent Dropdown SelectedIndex Values into MySQL?
Replies: 5
Views: 364

Re: Parsing Dependent Dropdown SelectedIndex Values into MySQL?

Thanks, Awesome suggestions!

I thought about the first option but it is too much work since there is more than 5000 records..

however, your second and third suggestions sound pretty good!

How do I go about doing either one? Could you give me examples :) ?
by mtataric
Sat Jul 25, 2009 6:43 am
Forum: PHP - Code
Topic: Parsing Dependent Dropdown SelectedIndex Values into MySQL?
Replies: 5
Views: 364

Parsing Dependent Dropdown SelectedIndex Values into MySQL?

Hello everybody! So I have 3 dropdown menus and 2 of them are dependent I made this using JavaScript.. (ex: country, state, province) They work perfect except when I try to parse the selected items from the dropdown menus they return values like "123, "33", "366"( that is wh...