On Thu, May 11, 2006 3:17 pm, Steven Stromer wrote:
> For years I was lulled into thinking I understood php include
> functions...
>
> I have always used relative paths in my include and related functions,
> for instance:
> include_once ("lib/included.php");
>
> However, I am now needing to switch
Steven Stromer wrote:
For years I was lulled into thinking I understood php include
functions...
I have always used relative paths in my include and related functions,
for instance:
include_once ("lib/included.php");
However, I am now needing to switch to absolute paths:
include_once ("/lib/in
Steven Stromer wrote:
For years I was lulled into thinking I understood php include functions...
I have always used relative paths in my include and related functions,
for instance:
include_once ("lib/included.php");
this is what should work given you ini path. maybe check the file
permissio
For years I was lulled into thinking I understood php include functions...
I have always used relative paths in my include and related functions,
for instance:
include_once ("lib/included.php");
However, I am now needing to switch to absolute paths:
include_once ("/lib/included.php");
This do
4 matches
Mail list logo