& or & amp; are not equivalent in an URL (I guess)
the link
/zp/index.php?p=search& amp;words=foo
print an empty search page, whereas the link
/zp/index.php?p=search&words=foo
prints results in search page.
[edit] of course this append only if I don't use the mode rewrite.