Re: defining a folder on localhost

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, May 8, 2007 6:23 am, blueboy wrote:
> I want to define a folder like this
>
> define('IMAGE_FOLDER',$_SERVER['DOCUMENT_ROOT']."/mysite/property_images");
>
> I am working on a windows machine running apache and this does not
> work. It
> doesn't seem to like the forward slashes.
> the document_root gives C:/Apache/htdocs/
>
> Does anyone know a way to define the root folder on localhost so then
> when I
> upload to the web server I either have to make no changes or just
> change
> this one definition.

You may want to use:  DIRECTORY_SEPARATOR

Though one User-Contributed note on the filesystem page claims you
don't need it.

Perhaps it's not the '/' versus '\\' that is messing you up in the
first place...

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux