Andy: Dropdown mit mehreren Auswahlen

Beitrag lesen

Hmm, das hab ich schon
Aber wie kommt es dann in PHP raus?
Bei mir steht nähmlich wenn ich $name abfrage nichts drin!

Bei mir siehts halt so aus:

<form>
<select name="name">
<option value="wert1" selected>text1</option>
<option value="wert2" selected>text1</option>
</select>
</form>

Andy