Kod
<head>
<title>
Coś tam
</title>
</head>
<body>
<form action="dwa.php" method="GET">
Imię: <input type=text name="imie"/><br/>
<input type=submit value="Wyślij"/>
</form>
</body>
</html>
<title>
Coś tam
</title>
</head>
<body>
<form action="dwa.php" method="GET">
Imię: <input type=text name="imie"/><br/>
<input type=submit value="Wyślij"/>
</form>
</body>
</html>
dwa.php:
Kod
<html>
<marquee><?php echo $_GET['imie']?><br></marquee>
<marquee><?php echo $_GET['imie']?><br></marquee>
Chciałbym żeby to zapisywało mi się na stronie /dwa.php4 a nie /dwa.php4?imie=to+co+napisaem
PROSZE O POMOC!!!