
March 27th, 2003, 05:28 AM
|
|
Junior Member
|
|
Join Date: Mar 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Article Discussion: Building a PHP Style Switcher
Building a PHP Style Switcher This script is working well for me except that my index.php page does not validate after implementing it due to the "PHPSESSID" entity that is found by the parser. Here's what the validator says:
Quote: Line 45, column 33: cannot generate system identifier for general entity "PHPSESSID"
<a href="/index.php?style=common&PHPSESSID=974137f5cd08ab0399904bb0efa98a5d"
^
Line 45, column 33: general entity "PHPSESSID" not defined and no default entity (explain...).
<a href="/index.php?style=common&PHPSESSID=974137f5cd08ab0399904bb0efa98a5d"
^
Line 45, column 42: reference not terminated by REFC delimiter
<a href="/index.php?style=common&PHPSESSID=974137f5cd08ab0399904bb0efa98a5d"
^
Line 45, column 42: reference to external entity in attribute value
<a href="/index.php?style=common&PHPSESSID=974137f5cd08ab0399904bb0efa98a5d"
|
Is there a way to fix this?
Thanks  You can read the article here .
Last edited by toma : March 27th, 2003 at 05:31 AM.
|