Ok jetzt funktionierts
Script 1. ein.php
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body >
<?php
$gut= "gut!!!";
echo "<form method='post' action='aus.php'>";
echo "<input type='hidden' name='gut' value='$gut'>";
echo "<input type='submit' name='Button' value='Test'>";
echo "</form>";
?>
</body>
</html>
Ausgabe script aus.php
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<?php echo "gut= ".$gut; ?>
</body>
</html>
so ich hoffe das hilft dir weiter wunktioniern tuts. kanst testen
www.sunsets.de/ein.php
gruß nils
nen mom ich codes dir mal schnell das es geht wenn ics selbst schreib seh ich wo drans hängt
genau!
gute idee !
(st.)