View Single Post
  #1 (permalink)  
Old June 28th, 2004, 08:05 PM
Snib Snib is offline
Friend of Wrox
Points: 2,801, Level: 22
Points: 2,801, Level: 22 Points: 2,801, Level: 22 Points: 2,801, Level: 22
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Nov 2003
Location: , , .
Posts: 1,285
Thanks: 0
Thanked 0 Times in 0 Posts
Default session.use_trans_sid is driving me crazy!!

Here we go:

Still building the FPro site, I replaced everything with <div>s (thanks Rich + Ben) but now I have a different kind of problem.....

I am retrieving the values of sections from my database, and linking to them from the main page (see fpro.snibworks.com to see what I'm talking about). The links do not have any PHPSESSID stuff after them, as I am using ini_set() to make sure they are off (using a remote host...).

You may think I'm crazy, but I'm trying to keep this page 100% valid HTML blah blah. When I click the link on my page that proves its validity, it says it's not valid because of the '&' in the link to each section.

I didn't put the '&'s there, and PHP shouldn't have either!

Is there some way to get it to stop, or is the w3 validator screwed up?

Thanks in advanced,

Snib

<><
__________________
-Snib - http://www.snibworks.com
Where will you be in 100 years?
Reply With Quote