hi i have some data in mysql db and i need to create a page where i have a dropdown down box with different categories. when a user select a category from a the drop down it will show data form the mysql table from that category.
so how can i do that but i need as soon as they select the drop down the result is loaded and doesnt have to load result on another page.
thanks