i'm trying to validate a page that includes php links with '&'. here's the section of code with the '&', it's an include:
Code: Select all
<div class="basket">
<a href="http://www.fastcart.co.uk/cart/index.php?id=9272&action=showcart">view basket</a>
<a href="http://www.fastcart.co.uk/cart/index.php?id=9272&action=confirm">checkout</a>
</div>has anyone come across this problem before that could offer some advice?
thank you very much.