Forum Moderators: coopster
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
Check the permissions as suggested, I'm certain you'll find your answer.