RE: Why is the default value for arg_separator.output '&'?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 
> For documents to conform to the XHTML recommendation, 
> ampersand characters much be encoded as &. The 
> documentation for PHP recognises this. The same applies to 
> HTML (with some exceptions that the session code will never 
> encounter), although the PHP documentation makes no mention of this.
> 
> Given this, why is the default value of arg_separator.output 
> '&' and not '&'?

URLs don't have & in them.

The & is specific escaping for _only_ XML.

Jared

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux