From professional translators, enterprises, web pages and freely available translation repositories.
goods! i live in korea
no, i live in p
Last Update: 2021-09-08
Usage Frequency: 1
Quality:
Reference:
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.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Reference:
Warning: Contains invisible HTML formatting