<select> <option value="[email protected]" <?php if ($_GET["email"] == "[email protected]") { echo "selected"; } ?> >[email protected]</option> </select>