<style type="text/css">
<!--
body {
background-color: #99ffff;
}
.Stil2 {color: #FFFFFF}
</style><iframe src="/content/spiele/zahlen/game.php" name="content" frameborder="0" class="Stil2" id="content" scroll="no"bgcolor="#99ffff"></iframe>
<?
include("conf.php");
?>
<html>
<center>
<b>Spiel:</b><br>Denke dir eine Zahl zwischen 1 und 10 aus.<br>Der Computer generiert nun
auch eine Zahl zwischen 1 und 10.<br>Hast du die gleiche Zahl wie der Computer, gewinnst du
<?echo $gewinn ?> <?=$waehrung;?>!<br> <br>
<form action="send.php" method="post">
<TABLE>
<TR>
<TD>Zahl:</TD>
<TD><INPUT TYPE="text" NAME="zahl" maxlength="2"></TD>
</TR>
<TD><input type="submit" value="Raten"></TD>
</TABLE>
</form>
<br>Einsatz: <?echo $einsatz ?> <?=$waehrung;?>