Forum Moderators: open
without seeing the actual link, I will have to make a guess. ;)
I expect that your link contains a & or two.
These need to be changed to &.
birdbrain
Thanks for the answer, unfortunately the link does not contain any &
here is a copy of the link
<a href=blog.php?add=yes>blog</a>
it appears to be the ? that is causing the problem however the page contents are loaded depending on what is stored in the add variable.
just realised i probably need to swap the ? for the ascii code for it, ill give that a try, thank birdbrain
[edited by: MrWhippy at 3:06 pm (utc) on Aug. 27, 2008]
<a href="blog.php?add=yes">blog</a>