![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveProblem with require() and script under public_html
From: <acrux14@hotmail.com>
Date: Thu Apr 27 2006 - 21:43:31 CEST
Hi,
I'm trying to include PEAR's Net_IPv4 module in a web PHP script I'm
Other scripts on this web server (not personal user scripts, but main
require_once("Net/IPv4.php");
and it works.
My script is under my public_html directory and if I use that same line
I thought that maybe PHP safe mode was on (theoretically it's not, but
This server's include path is set to:
include_path = ".:/usr/lib/php"
According to my interpretation of the documentation, if I use
Thanks for your help! :-)
James
|