I want to display the selected items of a multiple option
drop down box but i don't know how.

as an example
i have 5 items in my drop down box
item1
item2 <- Selected
item3
item4 <- Selected
item5

And i want to be able to display something like
You chose :
-item2
-item3

Can some one help me?