[PHP-DEV] PHP 4.0 Bug #8274: PHP not w3c compliant From: klaasb <email protected>
Date: 12/15/00

From: klaasb <email protected>
Operating system: Linux Redhat 6.1 running 2.2.18 kernel
PHP version: 4.0.3pl1
PHP Bug Type: *Session related
Bug description: PHP not w3c compliant

When I ran my page through the HTML validator of de http://www.w3c.org/ I ran into the following:
PHP sometimes adds &PHPSESSID=bladiebla to urls in my page.
However the use of the & is not valid according to w3c.org, I should use &amp; instead.

-- 
Edit Bug report at: http://bugs.php.net/?id=8274&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>