To: "blueboy" <[EMAIL PROTECTED]>
Cc:
Sent: Thursday, June 07, 2007 12:08 AM
Subject: Re: [PHP] cannot make directory at remote host
blueboy wrote:
This work localy but not on my remote host. How can I debug it?
if(!(is_dir('images/$customer_id')))
{
mkdir("i
t;[EMAIL PROTECTED]>
Cc:
Sent: Thursday, June 07, 2007 12:08 AM
Subject: Re: [PHP] cannot make directory at remote host
blueboy wrote:
This work localy but not on my remote host. How can I debug it?
if(!(is_dir('images/$customer_id')))
{
mkdir("images/$customer_id", 070
blueboy wrote:
This work localy but not on my remote host. How can I debug it?
if(!(is_dir('images/$customer_id')))
{
mkdir("images/$customer_id", 0700);
}
The file is in the main public_html folder and there is a images folder.
First tip - always use full paths instead of local ones so you
This work localy but not on my remote host. How can I debug it?
if(!(is_dir('images/$customer_id')))
{
mkdir("images/$customer_id", 0700);
}
The file is in the main public_html folder and there is a images folder.
What should the permissions be?
Thanks
--
PHP General Mailing List (http://ww
4 matches
Mail list logo