Aleix Cortadellas
A little bit of everything…
-
Populating a dynamic drop down menu from a MySQL database
This PHP code snippet retrieves the data in a specific column of each row in a MySQL table. The retrieved data is echoed to the DOM and displayed as options of a drop down menu. The options of the drop down menu are dynamic, as they will change automatically every time the information in the database is modified.


