Server Technology PPNT User Manual Page 36

  • Download
  • Add to my manuals
  • Print
  • Page
    / 95
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 35
PHP: Handling Forms(8/8)
Example of security problem with global form variables (continued)
Suppose a following HTML form:
<input type = "hidden" name = "tempfile" value = "/etc/passwd">
php.ini: register_globals=Off!!!
>=PHP4.2.0 by default off
Use $HTTP_POST _VAR S or $_POST instead
(36/95)
Page view 35
1 2 ... 31 32 33 34 35 36 37 38 39 40 41 ... 94 95

Comments to this Manuals

No comments