vabbeh...
pag1
codice:
<form action="urlsecondapagina" method="post">
<center>Nick:</span><input type="text" name="Nick" maxlength="40">
<center>Pass:</span> <input type="text" name="Pass" maxlength="40">
<center>Eta':</span> <input type="text" name="Eta" maxlength="40">
<center>Città:</span> <input type="text" name="Città" maxlength="40">
<center>Interessi:</span> <input type="text" name="Interessi" maxlength="40">
<center><input type="submit" name="submit" value="Crea"></center></form>
codice:
pagina2:
<?php
Nome: echo "$_POST[Nick]";
Pass: echo "$_POST[Pass]";
Età: echo "$_POST[Eta]";
Città: echo "$_POST[Citta]";
Interessi: echo "$_POST[Interessi]";
?>
dovrebbe bastare, a meno che nn vuoi tutti i codici basilari