diff --git a/reference/url/functions/urlencode.xml b/reference/url/functions/urlencode.xml index 4471b10abe..e9b91457d3 100644 --- a/reference/url/functions/urlencode.xml +++ b/reference/url/functions/urlencode.xml @@ -1,5 +1,5 @@ - - +7 + @@ -49,7 +49,7 @@ echo ''; arg_separator for this. Leave it as &, but simply encode your URLs using htmlentities(urlencode($data)). - <function>urlencode/htmlentities</function> example + <function>urlencode</function> and <function>htmlentities</function> example '; @@ -60,7 +60,7 @@ echo ''; See also urldecode, htmlentities, - rawurldecode, + rawurldecode, and rawurlencode.