PHP Foreach Loop on Select Element
In this example we are spinning through a list of authors to output the options in a dropdown menu. The value of each option is the ID of the author and the name of each option is the author name. We also check to see if a $_GET parameter is set for the author and if so, use the value to select that option in the dropdown menu.