Re: [PHP] cannot make directory at remote host

2007-06-07 Thread Jim Lucas
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

Re: [PHP] cannot make directory at remote host

2007-06-07 Thread ross
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

Re: [PHP] cannot make directory at remote host

2007-06-06 Thread Chris
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

[PHP] cannot make directory at remote host

2007-06-06 Thread blueboy
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