PDA

View Full Version : Validation error problem


wd3p
07-06-2005, 11:23 PM
javascript:emoticon(':roll:') I need a better eye

I am getting a validation error of the form
cannot generate system identifier for general entity "PHPSESSID"

on code the validator is seeing as
a href='index.php?showimage=12&PHPSESSID=bbc3c42b572 96ae01ed00b391f2945fa'

When I do a show source on the document is get for the same code
a href='index.php?showimage=12'

this it the code generated by the IMAGE_PREVIOUS_LINK tag

can someone take a look and see what I am missing - tnx in advance

Larry
http://www.fixedintime.net/

wd3p
07-07-2005, 12:57 AM
With a little more looking I find that I get the offending code when I do "view source" in IE or in Firefox, but I don't get it with view source in Opera.

Connie
07-07-2005, 04:52 AM
this is a problem with PHP in itself, I am getting a validation error of the form
cannot generate system identifier for general entity "PHPSESSID"

PHP adds an unmasked "&" to the generated links, this depends how PHP is configured at the server
some browser do show this, some browser do not show this

as I found out the reason for that, I am quite sure we can fix this behaviour in the next release of PixelPost