Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
goods! i live in korea
no, i live in p
Ultimo aggiornamento 2021-09-08
Frequenza di utilizzo: 1
Qualità:
Riferimento:
it should be obvious what this does. there is nothing more to it. the $_post["name"] and $_post["age"] variables are automatically set for you by php. earlier we used the $_server autoglobal, now above we just introduced the $_post autoglobal which contains all post data. notice how the method of our form is post. if we used the method get then our form information would live in the $_get autoglobal instead. you may also use the $_request autoglobal if you don't care the source of your request data. it contains a mix of get, post, cookie and file data. see also the import_request_variables() function.
earlier we used the $_server autoglobal, now above we just introduced the $_post earlier we used the $_server autoglobal, now above we just introduced the $_post autoglobal which contains all post data.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Riferimento:
Attenzione: contiene formattazione HTML nascosta