Hi anyOne.
I've got a odd trouble with
the xhmtl validation for my
personal site blogial.
When I try to validate I get this:
<li><a href="/index.php?cat=1&PHPSESSID=e1c8723eaf7d0eefd07706afe6b49a38">Php&nb
An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon [;]. The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".
but in the xhtml source I've got only this:
<li><a href="/index.php?cat=1">Php (2)</a></li>
Well, I'm wondering I sent by GET
only a value (category ID) and so
what's the problem with PHPSESSID.
If I sent 2 values I could work it around
using for instance
<a href="foo.cgi?chapter=1&section=2&copy=3&lang=en">...</a>
but I'm sending only a value
Could you help me ?
TKs.