Ok...
The program resides in
www.mysite.com/gallery. Forums are in
www.mysite.com/forums
I did an include ("../forums/global.php"); but this is the error I get when I try to load the file that has the include:
Warning: Failed opening './admin/config.php' for inclusion (include_path='.:/usr/local/nusphere/apache/php/lib') in ../forums/global.php on line 48
Thanks,
Chris
Quote:
Originally posted by cyo
just use
include ("../gallery/global.php");
|