Quote:
Originally Posted by eva2000
done but really anime_news.php is the only one i care about right now i have the following in that file
Code:
<script type="text/javascript" src="http://animeboards.com/external.php?type=js&forumids=<?php echo($fid); ?>"></script>
|
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