Server Technology PPNT User Manual Page 29

  • Download
  • Add to my manuals
  • Print
  • Page
    / 95
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 28
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)
Page view 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 94 95

Comments to this Manuals

No comments