Get Value From Dropdownlist And Execute A Query With Php
I am trying that when the user chose a specific value of drop down menu, then to execute a specific query.. I have this drop down menu
Solution 2:
If you want to interactive with backend (such like php) after page render, you must use AJAX
technology.
So,
If you use native javascript, search XmlHttpRequest
If you use jQuery, search $.ajax
Post a Comment for "Get Value From Dropdownlist And Execute A Query With Php"