How to Get Content in text field dynamically, based on dropdown selection in php

Please sent the value of the select box in the function using onchange function

Please look at using the more modern mysqli or PDO to access the database - the old-style mysql_ functions that you use above have been deprecated for some years, and removed from the latest PHP versions.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.