diff --git a/reference/url/functions/urldecode.xml b/reference/url/functions/urldecode.xml index dba09edd34..eab008d126 100644 --- a/reference/url/functions/urldecode.xml +++ b/reference/url/functions/urldecode.xml @@ -1,5 +1,5 @@ - + urldecode @@ -64,6 +64,17 @@ while ($i < count($a)) { + + &reftitle.notes; + + + The superglobals $_GET and $_REQUEST are already decoded. Using + urldecode on an element in $_GET or $_REQUEST could + have unexpected and dangerous results. + + + + &reftitle.seealso;