Topic: extern.php showing junk characters in output
Hi
I am using punbb forum at mydomain.com/forums/
The main page of the site is mydomain.com/index.html
I am trying to include the meggages from a particlar forum at this page using
<!--#include virtual="/forums/extern.php?action=new&show=3&fid=17"-->
This is how my server supports includes in .html pages and they work perfectly fine.
Now the problem is I am able to see perfect output on few of the computers but some computers (all are windows with IE) show output as junk characters. It seems that IE in few PC's is not able to decode the output properly.
What could be causing this... Is there a solution to this problem.
When I try to run <?php include('http://www.mydomain.com/forums/extern.php?action=new&show=3&fid=17'); ?>
in a php script it gives perfect results