diff --git a/reference/strings/functions/parse-str.xml b/reference/strings/functions/parse-str.xml index 7370b99b93..e54e7ee6be 100644 --- a/reference/strings/functions/parse-str.xml +++ b/reference/strings/functions/parse-str.xml @@ -1,5 +1,5 @@ - + @@ -32,6 +32,14 @@ variables from outside of PHP. + + + The magic_quotes_gpc setting + affects the output of this function, as parse_str uses + the same mechanism that PHP uses to populate the $_GET, + $_POST, etc. variables. + + Using <function>parse_str</function>