Server Technology PPNT Manuale Utente Pagina 33

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 95
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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)
Vedere la pagina 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 94 95

Commenti su questo manuale

Nessun commento