Your Account
Hear us Roar
#page form.php <html> <body>
<form action="script.php" method="POST">
<input type=text name=nome> <input type="Submit" value="ok">
</form>
#page script.php
<?php
echo "your name is $nome";
?>
this is correct ???
[] NC