Server Technology PPNT Instrukcja Użytkownika Strona 36

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 95
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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)
Przeglądanie stron 35
1 2 ... 31 32 33 34 35 36 37 38 39 40 41 ... 94 95

Komentarze do niniejszej Instrukcji

Brak uwag