this could be handy for you:
print_r($_SERVER); or phpinfo();
On Tue, Sep 28, 2004 at 04:15:39PM -0400, GH wrote:
> does that work for sub directories ... i.e. I have multiple "mini"
> sites that I run on my domain and they are just folders underneath...
>
> I.E. mydom.com
> --- mydom.com/123
>
does that work for sub directories ... i.e. I have multiple "mini"
sites that I run on my domain and they are just folders underneath...
I.E. mydom.com
--- mydom.com/123
--- mydom.com/ahr
--- mydom.com/subsite4
On Sat, 25 Sep 2004 14:17:50 -0700, Jasper Howard <[EMAIL PROTECTED]> wrote:
$base_dir = $_SERVER['document_root']
On Sat, 25 Sep 2004 14:17:16 -0700, Jasper Howard <[EMAIL PROTECTED]> wrote:
>
>
> On Sat, 25 Sep 2004 14:29:27 +0200, M. Sokolewicz <[EMAIL PROTECTED]> wrote:
> > $path = getcwd();
> >
> >
> > Amc wrote:
> > > Hi,
> > >
> > > How can I get the string that
On Sat, 25 Sep 2004 14:29:27 +0200, M. Sokolewicz <[EMAIL PROTECTED]> wrote:
> $path = getcwd();
>
>
> Amc wrote:
> > Hi,
> >
> > How can I get the string that is the path to the directories on my web
> > server? I need to upload some files, but don't know what to supply for the
> > destination p
$path = getcwd();
Amc wrote:
Hi,
How can I get the string that is the path to the directories on my web
server? I need to upload some files, but don't know what to supply for the
destination path. In asp I used server.mappath, but I'm new to php.
Thanks,
--
PHP General Mailing List (http://www.php.
5 matches
Mail list logo