Hallo,
anbei zwei Codes bei denen bekomme ich immer ein Parse error.
Ich find nur das Problem nicht
Gruß
anbei zwei Codes bei denen bekomme ich immer ein Parse error.
Ich find nur das Problem nicht
Gruß
PHP:
echo '<option value="' . $row['schicht'] . '"' . if(isset($row['schicht']) && $row['schicht'] == $row['schicht']) . $selected . '>' . $row['schicht'] . '</option>';
echo '<option value="' .$row['schicht']. '"' .if($row['schicht'] == $row['schicht']){ $selected="selected"}. '>' .$row['schicht']. '</option>';