T
TheKeith
I have a page written in php that generates an xhtml strict page with
some links having query strings attached at the end of the url,
e.g., www.abc.com?blah=blah&blah2=blah2
This is not validating on the w3 validator. Why not? Why are query
strings not valid? Is there any way to change them at all to make them
valid? Creating a separate 'get' form for each one would not be practical.
help would be appreciated.
some links having query strings attached at the end of the url,
e.g., www.abc.com?blah=blah&blah2=blah2
This is not validating on the w3 validator. Why not? Why are query
strings not valid? Is there any way to change them at all to make them
valid? Creating a separate 'get' form for each one would not be practical.
help would be appreciated.