ID:               39342
 Comment by:       phpbugs at thequod dot de
 Reported By:      visit2imran at gmail dot com
 Status:           Open
 Bug Type:         Filesystem function related
 Operating System: LInux
 PHP Version:      5.1.6
 New Comment:

Have you checked permissions on the file?
Probably, PHP is running with another user.


Previous Comments:
------------------------------------------------------------------------

[2006-11-02 09:57:40] visit2imran at gmail dot com

Description:
------------
Hello, 
Iam facing a strange problem, we have shifted our site to newserver. 
Earlier our code was 

if (is_writable($file_path_csv)) 
{ 
echo "<br>Path=$file_path_csv"; 
} 

This was working fine.... 
now my code is not working..rather if is use 

if (!is_writable($file_path_csv)) 
{ 
echo "<br>Path=$file_path_csv"; 
} 

it is working.. 
what could be the Problem? 

please help. 

Regards 



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=39342&edit=1

Reply via email to