Server Technology PPNT Instrukcja Użytkownika Strona 33

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 95
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 32
PHP: Handling Forms(5/8)
PHP form variables: Alternative 3
Access form fields through PHP array
$_POST for POST method (>=PHP4. 1.0)
$_GET for GET method (>=PHP4. 1.0 )
$name = $_POST ["na me"] ;
...
$name = $_GET[ "nam e"];
(33/95)
Przeglądanie stron 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 94 95

Komentarze do niniejszej Instrukcji

Brak uwag