Stefan: weg?

Beitrag lesen

Hallo,

Habe es jetzt ein wenig anders gemacht, doch komme ich jetzt auch nicht weiter ;-)

Wie kann ich jetzt ne Id erstellen für das Bild?

Code:
<?php
include ("/home/www/???/html/klick4win/checkuser.php");

//Habe es mal so versucht, klappt natürlich nicht

$id[1]="-15".$inhalt[] = "./images/poker/k-8.gif";
$id[2]="+25".$inhalt[] = "./images/poker/r-6.gif";
$id[3]="-20".$inhalt[] = "./images/poker/h-a.gif";
$id[4]="+15".$inhalt[] = "./images/poker/r-6.gif";
$id[5]="-22".$inhalt[] = "./images/poker/s-d.gif";

$anzahllinks=count($inhalt);
srand((double)microtime()*10000000);
$ausgabe=rand(0,$anzahllinks-1);

?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="style.css">
<title>- 15 Punkte</title>
</head>

<body>
<table width="70%" border="0" align="center" cellpadding="10" cellspacing="2" class="win">
  <tr>
    <td><div align="center">
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td><div align="center">
            <? echo "<h3>$id</h3>"?>
          </div></td>
        </tr>
      </table>
            <? echo "<img src=$inhalt[$ausgabe]>";?><br>
        <br><strong>Deinem Konto wurden  15 Punkte abgezogen </strong></div></td>
  </tr>
</table>
</body>
</html>

Gruss Stef