On Thursday 01 March 2001 09:59, you wrote:
> hi,
>everytime i add include function to a script it will answer like:
> Warning: Failed opening 'common.php' for inclusion
> (include_path='/usr/local/apache/htdocs:/home/httpd/mydomain') in
> /home/httpd/mydomain/h24h/foro/admin/index.php on
Hi, Marcos
You can try something like this:
/ web root
$SiteRootDir = "/home/httpd/mydomain";
/ phorum directory
$PhorumDir = "/phorum";
/ libraries
include $SiteRootDir.$PhorumDir."/common.php";
Felipe
At 08:59 1/03/01 +, Marcos wrote:
>hi,
>everytime i add include
hi,
everytime i add include function to a script it will answer like:
Warning: Failed opening 'common.php' for inclusion
(include_path='/usr/local/apache/htdocs:/home/httpd/mydomain') in
/home/httpd/mydomain/h24h/foro/admin/index.php on line 23
and lines 22 and 25 have:
chdir("
3 matches
Mail list logo