Page 1 of 1

on select of value in drop down list

Posted: Mon Nov 22, 2010 12:34 am
by devilinc
i have a drop down list of values which i had retrieved from table and displayed in this select drop down box...each value in drop down has corresponding information stored in table......now what i want to do is get the information for the corresponding value from the database table when one of the value is selected and display it below....how do i go about it?is it using ajax or plain php itself?

Re: on select of value in drop down list

Posted: Mon Nov 22, 2010 4:34 am
by social_experiment
You could do it with php but if you want the action to take place without refreshing (or clicking a sumbit button) you will have to use AJAX.