A little bit of everything…
RSS icon Home icon
  • 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.

    Read the rest of this entry »