|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-11-02 19:09 UTC] phpbugs at thequod dot de
[2006-11-03 13:40 UTC] iliaa@php.net
[2006-11-11 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 26 21:00:01 2025 UTC |
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