From: [EMAIL PROTECTED] Operating system: SunOS PHP version: 4.0.6 PHP Bug Type: Session related Bug description: Auto-appended ampersand characters cause problems with W3C compliance
When using sessions, PHP auto-appends '&' characters to be links. This is a problem if I then run my code through the W3C HTML Validator. It gives the error: Error: unknown entity "PHPSESSID" When it sees &PHPSESSID= etc... appended to my links. Would it be possible to have the auto-appended ampersands replaced by '&' as described here http://www.w3.org/TR/html401/appendix/notes.html#h-B.2.2 as then sites using PHP and sessions will pass the W3C Validity check. -- Edit bug report at: http://bugs.php.net/?id=14526&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]