Hi all.

I have a tag:
<a href="index2.php?pg=2" >CV</a>

when I want to validate page (W3C online validator) , validator prints:

Line 37, column 50:
<a href="index2.php?pg=2&PHPSESSID=195c0283f8 ...
                                           ^Error: unknown entity
"PHPSESSID"

How can I solve this? (&amp doesn't functioning, because after that is
&PHPSESSID added automatically by php)

When I open the source file from MSIE there is no PHPSESSID parameter. So in
properties of link.

Maybe validator uses different way to connect to that site.


Is there possibility to solve this?

thanks a lot
Peter Turcan



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to