Sono un niubbo totale
Nelle mie intenzioni l'utente dovrebbe inserire una stringa nel campo di testo e ,premuto il bottone, questa stringa dovrebbe comparire sotto...Codice:<html>
<body>
<form action="$PHP_SELF" method="post">
<input name="campo" type="text">
<input name="invia" type="submit" value="Invia">
</form>
<?php
print $HTTP_POST_VARS["campo"] ;
?>
</body>
</html>
Solo che non va...mi aiutate ?