Chris wrote:
I trying to create an absolute path to include scripts and images
in another directory.
These are two different things, but there is a relationship in the sense
that URLs are translated to filesystem paths using document root:
http://host/path/to/script.php => [document root]/pa
I trying to create an absolute path to include scripts and images in another
directory. For includes, I have found $path = dirname(__FILE__)
."/mydir/myscript.php";
However, I am unable to reference an image using this path, like
echo "";
To reference an image I have to create another path vari
2 matches
Mail list logo