![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveMapping the Path
From: Jim Carlock <anonymous@127.0.0.1>
Date: Sat Dec 31 2005 - 22:15:34 CET
Any recommendations on the best way to map paths?
require('./library/include/file1.php');
works well for files in the root folder, but for files in another
require('/library/include/file1.php);
doesn't seem to work as I thought it would. It's like the
Any suggestions? Thanks much.
Messing with PHP 4.4.1 (Windows XP, Apache 1.3.34
Jim Carlock
|