From dc08a79d430422629850579de87e7aa768576f8a Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 17 May 2002 03:26:28 +0000 Subject: [PATCH] Minor adjustments, and a typo fix. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@82509 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/import-request-variables.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/var/functions/import-request-variables.xml b/reference/var/functions/import-request-variables.xml index 185489127d..1580cf8e25 100644 --- a/reference/var/functions/import-request-variables.xml +++ b/reference/var/functions/import-request-variables.xml @@ -1,5 +1,5 @@ - + @@ -21,12 +21,12 @@ Using the types parameter, you can - specify, which request variables to import. You can use + specify which request variables to import. You can use 'G', 'P' and 'C' characters respectively for GET, POST and Cookie. These characters are not case sensitive, so you can also use any combination of 'g', 'p' and 'c'. POST - includes the uploaded file informations. Note, that the - order of the letters matters, as using "gp", the POST + includes the POST uploaded file information. Note that the + order of the letters matters, as when using "gp", the POST variables will overwrite GET variables with the same name. Any other letters than GPC are discarded.