
PHP: Handling Forms(1/8)
PHP interpreter initializes variables correpsonding to form fi elds
<form action ="/mmis/examples/php/env_vars/printvar.php"
method="GET" enctype= "multipart/form-data">
Name:
<input type = "text" name = "name" size = "20" maxlength = "50">
Second Name:
<input type = "text" name = "second_name" size = "20"
maxlength = "5 0">
Matrikel Number:
<input type = "text" name = "nr" size = "20" maxlength = "50">
...
<input type = "submit" value = "Register">
</form>
(29/95)
Kommentare zu diesen Handbüchern