Hm also, muss wohl mal erklären was ich mache, das ganze sieht so aus
$inhalt[] = (Hier sollte doch PHP auch gehen oder?) also include bla bla bla . "<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>
<embed src='./wav/alarm_buzzer.wav' width=0 height=0 autostart=true>
<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'>
<h3>- 15 Punkte</h3>
</div></td>
</tr>
</table>
<img src='./images/poker/k-8.gif' width='70' height='98'><br>
<br>
<strong>Deinem Konto wurden 15 Punkte abgezogen</strong></div></td>
</tr>
</table>
<br>
</body>
</html>
";
$anzahllinks=count($inhalt); //
srand((double)microtime()*10000000); //
$ausgabe=rand(0,$anzahllinks-1); //
echo $inhalt[$ausgabe]; //