I copied this example from the tutorial page of php.net:
first is the file with the form:
<form action="action.php" method="post">
Your name: <input type=text name=name>
You age: <input type=text name=age>
<input type=submit>
</form>
and second is da action:
Hi <?php echo $name?>. You are <?php echo $age?> years old.
the problem is that is not listing the values that i submit in the first
file. Can anyone tell me what is wrong? I tried and with method get and the
result is the same!
Configuration is: Windows 2000 Pro, PHP4.0.4pl1, apache 1.3.19, internet
exporer 5.
Vlad BEJENARU aka BJ
Home Page
ICQ: 113502358
----------------------------------------------------------------------------
----