Hi
I have been able to retrive data from my database which i put into a HTML Select box, this is done when the page opens.
Now I want to dynamically retrieve info based on the Select box option selected by a user which in turn will be display on the same page.
So the question is, is there some sort of 'on select' which i can use to instigate a php function to retrieve & display the requisite info.