Quote:
Originally Posted by Bernd Glasstett
ok, first things first: Please use
Code:
<script type="text/javascript" src=http://animeboards.com/external.php?forumids=<?php echo $fid; ?>&type=js></script>
Instead of the above code. So that it uses the same code, as we are currently using on our development-board  We noticed that while & should work out it sometimes doesn't. That's why we use & again. Let's see if the problem is solved with this 
|
U need to use & IF AND ONLY IF the & will be decoded by a browser - if you are generating a link using document.write, you need only use & ...
(I think this is accurate ... HTH)