[PHP] Sessioin Management URL rewriter problem

2004-06-15 Thread Jeff Schmidt
Hello, I just tried to validate a page I'm creating with php at validator.w3.org. I'm getting a lot of error messages because the session management code in PHP is modifying a href='' tags in my document. Specifically, I have some tags that look like: a href='script.php?var=value' And

Re: [PHP] Sessioin Management URL rewriter problem

2004-06-15 Thread Robin Vickery
On Tue, 15 Jun 2004 09:50:55 -0400, Jeff Schmidt [EMAIL PROTECTED] I have some tags that look like: a href='script.php?var=value' And session management is rewriting these as: a href='script.php?var=valuePHPSESSID=' Which at first glance appears fine, right? But the problem

Re: [PHP] Sessioin Management URL rewriter problem

2004-06-15 Thread Jeff Schmidt
Thanks, that did the trick. Now my pages actually validate. :-) Jeff Robin Vickery wrote: On Tue, 15 Jun 2004 09:50:55 -0400, Jeff Schmidt [EMAIL PROTECTED] I have some tags that look like: a href='script.php?var=value' And session management is rewriting these as: a