PHP: Create a HTML drop down/select box from a database
Thursday, January 28th, 2010Here is a function I use all of the time. It takes the contents of a mySQL table and creates an HTML select box (I call them drop downs) from it. # $table: The mySQL table to use. # $column: The column in $table to display # $name: The HTML name ...
