Simple way to select chosen option in <select> from the value given by $_POST?

DopPrurry

New Member
How can i add the \[code\]selected="selected"\[/code\] bit to the option in an HTML \[code\]<select>\[/code\] input from the sent \[code\]$_POST\[/code\] data without an if statement within each option?
 
Back
Top