Drop down menu (MySQL)

I have three fields in my database: hotel_id hotel_name and hotel_desc.

i want to have a drop down menu that lists all of the hotel_name and when a user selects one of the hotels from the lists there will be a empty div that will display the hotel name and its description.

does anyone know how to achieve this?
Thanks!"