From:             [EMAIL PROTECTED]
Operating system: Windows 2000 Adv Server
PHP version:      4.0.5
PHP Bug Type:     Session related
Bug description:  &PHPSESSID appended to links causes invalud html.

URI: http://loopy.2y.net/main.php 
Server: Microsoft-IIS/5.0 
Character encoding: unknown 
Document type: HTML 4.01 Transitional 
Below are the results of attempting to parse this document with an SGML
parser. 

Line 24, column 154: 
  ... >*<a
href="/programming/projects.asp?type=current&PHPSESSID=64076887e5 ...
                                                        ^
Error: unknown entity "PHPSESSID" (explanation...)


All you need to do is make "&PHPSESSID" be "&amp;PHPSESSID" (that is the
html entity for & in the changed one, if it doesn't show up.)  Thanks.
-Harlan
-- 
Edit bug report at: http://bugs.php.net/?id=12941&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]

Reply via email to