I guess I was a little vauge,
What I am trying to say is that It thinks that the amperstand in my url, that's being submitted, is being translated to being part of W3's url. For example:
Code:
http://validator.w3.org/check?uri=www.mysite.com/tests/whatever/index.php?w=1056&skip=yes
The validator is taking skip=yes and putting it part of it's own url, so it's only validating:
Code:
http://validator.w3.org/check?uri=www.mysite.com/tests/whatever/index.php?w=1056
and thinking &skip=yes is for the validator! I have tried the following, and it ethier did not work at all, or validated a differant page because of it:
&ampskip=yes
%26amp;skip=yes
%26skip=yes
%2526skip=yes
&skip=yes
%26amp;amp;skip=yes
%2526amp;amp;skip=yes
I hope you understand now what the problem is.
Thanks,
Bookmarks