On Friday 30 August 2002 17:28, Peter Turcan wrote: > 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? (& 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.
You've enabled session.use_trans_sid in php.ini > Is there possibility to solve this? temporarily disable it. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* There is nothing stranger in a strange land than the stranger who comes to visit. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php