BomberJack
Erfahrenes Mitglied
das scheint es wohl auch nicht zu sein immernoch selber fehler
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 5">
<title>Replay anzeigen</title>
</head>
<body bgcolor="#ffffff">
<? while ($row = mysql_fetch_row($result)) { ?>
<table border="1" cellpadding="0" cellspacing="0" width="506">
<tr>
<td>Sieger</td>
<td>Looser</td>
<td>Länger</td>
<td>Map</td>
</tr>
<tr>
<td>
<table border="1" cellpadding="0" cellspacing="2" height="100%">
<tr>
<td>
<?
$Rasse1 == $row[2];
if($Rasse1 == "Wtoss") {
echo "<img src=\"http://***/upload/toss.jpg\" width=\"32\" height=\"32\" border=\"0\">";
} else {
if($Rasse1 == "Wterran") {
echo "<img src=\"http://***/upload/terra.jpg\" width=\"32\" height=\"32\" border=\"0\">";
} else {
if($Rasse1 == "Wzerg") {
echo "<img src=\"http://***/upload/zerg.jpg\" width=\"32\" height=\"32\" border=\"0\">";
}
}
}
?>
</td>
<td><? echo $row[1]; ?></td>
</tr>
</table>
</td>
<td>
<table border="1" cellpadding="0" cellspacing="2" height="100%">
<tr>
<td><img src="(Empty Reference!)" width="32" height="32" border="0"></td>
<td><? echo $row[3]; ?></td>
</tr>
</table>
</td>
<td>
<table border="1" cellpadding="0" cellspacing="0" height="100%">
<tr>
<td><? echo $row[7]; ?></td>
<td>min</td>
</tr>
</table>
</td>
<td><img src="(Empty Reference!)" width="32" height="32" border="0"></td>
</tr>
</table>
<table border="1" cellpadding="0" cellspacing="2" width="500">
<tr>
<td>Kommentar</td>
</tr>
</table>
<table border="1" cellpadding="0" cellspacing="2" width="500">
<tr>
<td><a href="http://***/upload/.<? echo $row->Dateipfad; ?>">img src="download3.gif" border="0" align="middle">downloadbild</td>
</tr>
<?
}
?></table>
<p></p>
</body>
</html>
<?
mysql_close($db);
?>
echo "<td>" <- //Na, was fehlt da ?!
echo $row->Sieger; ##Zeile 47
?>