I need to suppress the session id in some links. The xhtml needs to validate and the session id will no do so. A lot of people that visit the site will try to validate the xhtml and css.
I call the links with <a href="<?php echo$_SERVER['PHP_SELF'];?>?style=styles2">+1</a>
and and the server generates
<a href="/index.php?style=styles&PHPSESSID=5f88ef3510a086ca41adeec84a875ea4">+1</a>
W3's validator gives me this
http://validator.w3.org/check?uri=http%3A%2F%2Fnemesis1.f2o.org
I have tried not starting the session until the link is clicked but then the session does not carry over to the next page. Any Ideas?
TIA Gary
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php