Whats the correct way to get PHP to \”remember\” your choice in a select box using html entities?
Jun.15, 2007 in
Other
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.
Custom Search
Leave a Reply
You must be logged in to post a comment.