I have an HTML dropdown list which i'm populating from a database. My question is how can i retrieve the value of a selected item from this dropdown list using AJAX? Thanks in advance.
dhani09 3 Newbie Poster
Recommended Answers
Jump to Postdhani09 are you open to using jQuery?
Jump to PostOk, I need some more information about what you are wanting to accomplish. I don't want code, just a simple a, b, c, d... of the requirements
a. You populate your select options from a database table
b. you select a value from the drop down
c. ????
Jump to PostFirst we'll get your "ajax page" working... which will display the subcategories
I've simulated a database with the following code. You will do real db queries.
<?php $databaseData = array( 1 => array(1=>'Honda',2=>'Kawasaki',3=>'Suzuki',4=>'Yamaha'), 2 => array(1=>'Desktop PCs',2=>'Games Consoles',3=>'Laptops'), 3 => array(1=>'Drums',2=>'Woodwind',3=>'Guitars',4=>'Keyboard'), 4 => array(1=>'Audi',2=>'BMW',3=>'Fiat',4=>'Ford',5=>'Honda'), 5 => array(1=>'Cattle',2=>'Livestock',3=>'Chickens') …
Jump to PostHi dhani09,
Can you copy the code into a php file and run it.
if you called it getsubcategories.php can you run it with the following at the end ?action=getSubcategories&categoryId=1
like this... getsubcategories.php?action=getSubcategories&categoryId=1
Jump to Postcan you paste the actual url here? I know it's localhost.
All 25 Replies
JorgeM 958 Problem Solver Team Colleague Featured Poster
dhani09 3 Newbie Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
dhani09 3 Newbie Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
dhani09 3 Newbie Poster
dhani09 3 Newbie Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
dhani09 3 Newbie Poster
paulkd 59 Newbie Poster
dhani09 3 Newbie Poster
paulkd 59 Newbie Poster
dhani09 3 Newbie Poster
paulkd 59 Newbie Poster
dhani09 3 Newbie Poster
paulkd 59 Newbie Poster
dhani09 3 Newbie Poster
paulkd 59 Newbie Poster
dhani09 3 Newbie Poster
paulkd 59 Newbie Poster
paulkd 59 Newbie Poster
dhani09 3 Newbie Poster
paulkd 59 Newbie Poster
anandhan001 0 Newbie Poster
dnyaneshk2 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.