ich bins nochma
hab das selbe prob nur das er 4 verschiedene ausgeben soll
|
PHP-Quelltext
|
1
2
3
4
5
6
7
8
|
$bild_1 = "<img src="../gfx/user_gray.png" width="16" height="16" />";
$bild_2 = "<img src="../gfx/user_green.png" width="16" height="16" />";
$bild_3 = "<img src="../gfx/user.png" width="16" height="16" />";
$bild_4 = "<img src="../gfx/men4.png" width="34" height="34" />";
for ($i = 0; $i <= 4; $i++) {
$bildcode = $bildcode == $bild_1 ? $bild_2 ? $bild_3 : $bild_4 : $bild_1;
}
|
zeigt aber nur immer 2 bilder an anstatt 4 warum diesma nicht..