Versuche mittels Formular-Button eine Seite aufzurufen, haut aber nicht hin. Wer kann weiterhelfen?
Vielen Dank
Bernd
<html>
<body>
<?
if ($_REQUEST['mail']) {
header('LOCATION: neue_seite.php'); //funktioniert nicht
}
?>
<form method="post" action="<? echo $PHP_SELF ?>">
<INPUT type="submit" name = "clear" VALUE="clear">
<INPUT type="submit" name = "mail" VALUE="mail">
</td></tr></table>
</form>
</body>
</html>
Vielen Dank
Bernd
<html>
<body>
<?
if ($_REQUEST['mail']) {
header('LOCATION: neue_seite.php'); //funktioniert nicht
}
?>
<form method="post" action="<? echo $PHP_SELF ?>">
<INPUT type="submit" name = "clear" VALUE="clear">
<INPUT type="submit" name = "mail" VALUE="mail">
</td></tr></table>
</form>
</body>
</html>