I have a page that refreshes when the user picks a value from a listbox.
When the page refreshes, I want the value selected from the list box to be displayed as the selected value (instead of the default one).
For example:
A list box contains:
Red <-- This colour is the value that is displayed when loaded
Green
Blue
Yellow
Orange
If I pick Yellow, I want the page to refresh, making yellow the new selected value in the list box.
I have been playing with code and can't seem to get PHP or javascript to work... if someone could throw me an example with some code I would really appreciate it 🙂