oms101@freeuk.com writes:
but what is wrong with <a href="/path/to/myscript?foo=bar&mine=mine">this</a>
Since when has &mine=mine been a valid entity?
It should be: <a href="/path/to/myscript?foo=bar&mine=mine">this</a>
...if you're writing it as HTML.