Zitat Zitat von rgb Beitrag anzeigen
Du musst eigentlich nur noch eine Abfrage in jede <option> einbauen:
PHP-Code:
<option value="Ambossar" <?php if($_COOKIES['r'] == "Ambossar") { "selected" }?> >Ambossar</option>
wtf, ist die Syntax korrekt? Ich würde da ja echo "selected"; schreiben, alleine schon, weils sauberer ist.