Page 1 of 1

xhtml validation, php and &

Posted: Mon Oct 03, 2005 4:47 pm
by thurstan
hi

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>
from looking around i understand that by physically changing the & to & this should solve the problem, but, it doesn't, the same validation error occurs.

has anyone come across this problem before that could offer some advice?

thank you very much.

Posted: Mon Oct 03, 2005 5:36 pm
by Roja