so ich hab das jetzt mal nicht mit den image gemacht sondern nen button geholt aber irgendwie klappt dei abfrage immer noch nicht ich weiss ned was ich falsch mache!!
Code:
<
html>
<head>
<title>My Page</title>
</head>
<body>
<form action="datei.php" method="POST">
<div align="center">
<br><br>
<input type="submit" value=""
style="background-color: transparent;
background-image:
url(login-button.gif); background-repeat: no-repeat;
width: 51px; height: 30px;" name="jaa" >
</div>
</form>
<?php
if (isset($_GET['jaa']))
{
echo "hello";
}
?>
</body>
</
html>