diff --git a/language/variables.xml b/language/variables.xml index 33226506eb..2e695b35c7 100644 --- a/language/variables.xml +++ b/language/variables.xml @@ -1,5 +1,5 @@ - + Variables @@ -1002,7 +1002,7 @@ if (isset($_POST['action']) && $_POST['action'] == 'submitted') { - That will create two seperate cookies although MyCookie will now + That will create two separate cookies although MyCookie will now be a single array in your script. If you want to set just one cookie with multiple values, consider using serialize or explode on the value first. diff --git a/reference/http/functions/setcookie.xml b/reference/http/functions/setcookie.xml index 006eab5202..589370c01d 100644 --- a/reference/http/functions/setcookie.xml +++ b/reference/http/functions/setcookie.xml @@ -1,5 +1,5 @@ - + @@ -189,7 +189,7 @@ Cookies names can be set as array names and will be available to your - PHP scripts as arrays but seperate cookies are stored on the users + PHP scripts as arrays but separate cookies are stored on the users system. Consider explode or serialize to set one cookie with multiple names and values. diff --git a/reference/xml/functions/xml-parser-create-ns.xml b/reference/xml/functions/xml-parser-create-ns.xml index 00e849647e..71a1d92fdf 100644 --- a/reference/xml/functions/xml-parser-create-ns.xml +++ b/reference/xml/functions/xml-parser-create-ns.xml @@ -1,5 +1,5 @@ - + @@ -23,7 +23,7 @@ With a namespace aware parser tag parameters passed to the various handler functions will consist of namespace and tag name - seperated by the string specified in + separated by the string specified in seperator or ':' by default.