1

Topic: extern.php help

Hi, testing the extern.php function...


host files are here:
/index.php
/forum/extern.php

<?php
include('http://www.mydomain.com/forum/extern.php?action=new&show=10&fid=1');
?>

...and yes, i have changed the www.mydomain.com/forum to the exact path...
the first forum nr 1 is the news forum so it sould show about 4-5 posts...

But i still cant se any posts...

What have i missed?

Re: extern.php help

Does your host allow URLs to be used in include statements?

3

Re: extern.php help

Don't know, is there any way to see that information?
Is it possible to use /forum/extern.php?action=new&show=10&fid=1 or sumthing instead of the full url?

Re: extern.php help

Why not try it out yourself?

5

Re: extern.php help

Nah, its not working.

I can include other things like include('include/test.php');
And in test.php it just says echo "test";

that works, but i can't get the extern.php to work?

Any suggestions?

Re: extern.php help

Corp wrote:

Don't know, is therhttp://punbb.org/forums/index.phpe any way to see that information?
Is it possible to use /forum/extern.php?action=new&show=10&fid=1 or sumthing instead of the full url?

Not easily, no

7

Re: extern.php help

No other suggestions?