i have the problem, that i have a select box, but how can i display the selected value?
<select name="please">
<option value="<% $lcost.sup %>">Super</option>
<option value="<% $lcost.supp %>">Super Plus</option>
<option value="<% $lcost.supe %>">Super E 10</option>
<option value="<% $lcost.lpg %>">LPG</option>
<option value="<% $lcost.diesel%>">Diesel</option>
</select>
please help ;)