Buddha |
03-22-2004 06:36 PM |
Quote:
Originally Posted by RobinHood
As long as it's on the same server, you sure can.
All you have to do is change the original include to:
include("/path/to/lastpost3.php");
Also, make sure you change the $forum_url variable to forum A.
|
thanks for the quick reply, robinhood... and i may seem like a complete dunce here, so bear with me, ok.
first, i'm assuming i upload the lastposts3.php file to the same directory as my forum... which is on subdomain A. then, on my index.php on subdomain B, i would put
PHP Code:
<? include("/public_html/A/lastpost3.php"); ?>
if this is right, then i'm curious why it isn't working... i've changed the script so it points to the proper forum directory...
|