Einzelnen Beitrag anzeigen

xxsasch4xx

Registriert seit: 1. Mär 2010
210 Beiträge
 
#5

AW: PHP Image als Button benutzen

  Alt 24. Mär 2011, 19:11
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
  Mit Zitat antworten Zitat