Code:
<
html>
<head>
<title> halo </title>
<head>
<body>
<form action= "<?php echo $_SERVER['PHP_SELF']?>" method="GET">
<input type="image" name="los" src="button.gif">
</form>
<?php
if (isset($_GET['los.x']))
{
echo "hallo";
}
?>
</body>
</
html>
soo?
aber der gibt trodzem noch nix aus
was hab ich den noch falsch gemacht