I have a listbox and when the user selects items they are highlighted. Then I process the form and when I generate the next web page (which has the listbox) I want the selected items still to be highlighted. Can I do this from PHP when I generate the listbox or must that be done client side from javascript?