html
Uncle Rico asked:

I have a drop down selector box in a form.
I`ve used the ‘selected = “selected”‘ html statement to tell the browser which option to display first up.

However.

After a selection is made, I`d like the selection box to be re-displayed with the new user selection highlighted.

PHP echo html entities does this for input fields and text boxes.

How can I do this with a drop down selector box?
Help thanks.