PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
the value of the first <option>-element of a <select> is displayed by default.
In multi-selects you may use <option selected>.. or even better <option selected="selected">, this may also work with single-selects, too.
I've tested it with IE6, opera 6.01 and konquerer and it worked.