diff --git a/reference/var/functions/import-request-variables.xml b/reference/var/functions/import-request-variables.xml index 5eaf5c9076..bcc6903857 100644 --- a/reference/var/functions/import-request-variables.xml +++ b/reference/var/functions/import-request-variables.xml @@ -1,5 +1,5 @@ - + @@ -28,13 +28,13 @@ includes the uploaded file informations. Note, that the order of the letters matters, as using "gp", the POST variables will overwrite GET variables with the same - name. Any other other letters then GPC are discarded. + name. Any other other letters than GPC are discarded. The prefix parameter is used as a variable name prefix, prepended before all variable's name imported into the global scope. So if you have a GET value named "userid", and provide - a prefix "pref", then you'll get a global variable named + a prefix "pref_", then you'll get a global variable named $pref_userid.