How would I fill a select menu (pulldown menu) with data from a my_sql database? Then once the data is selected in the select menu the user clicks the submit button and it deletes the entry that was selected from the database.
Look at my post in this thread It contains the code for filling a drop-down exactly as you ask.. You include the select object in a form and post the user's input to a page that handles the database delete. Search these forums for posts about how you do the delete.