Re: [PHP] Re: defining a folder on localhost

2007-05-08 Thread Philip Thompson
On May 8, 2007, at 6:47 AM, itoctopus wrote: define('IMAGE_FOLDER',$_SERVER['DOCUMENT_ROOT']."//mysite// property_images"); I feel a bit "n00bish" for asking this question... however, why do you need '//'? I could understand if it were '\\', but not the forwards. ~Phil -- itoctopus - ht

[PHP] Re: defining a folder on localhost

2007-05-08 Thread itoctopus
define('IMAGE_FOLDER',$_SERVER['DOCUMENT_ROOT']."//mysite//property_images"); -- itoctopus - http://www.itoctopus.com ""blueboy"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I want to define a folder like this > > define('IMAGE_FOLDER',$_SERVER['DOCUMENT_ROOT']."/mysite/property