Topic: Weird problem with extern.php
I tried to integrate extern.php into a script with the string
include('http://host.com/forums/extern.php?action=active&show=3');
and
include('http://host.com/forums/extern.php?action=online');
The inclusion works, but at the end of inclusion the display shows "1".
You can find a test installation at
(inclusion highlighted in red)
What could cause this?