Hi all,
Am using php,Apache On Ubuntu Linux....
My problem is.. Am trying to create a file in my project folder but its not creating and giving error
Anybody who knows how to create the file within my project folder in linux...
The same code is working for windows machine but not in linux
Thanks in Advance
File creation problem in linux
Moderator: General Moderators
-
cpetercarter
- Forum Contributor
- Posts: 474
- Joined: Sat Jul 25, 2009 2:00 am
Re: File creation problem in linux
How are you trying to create the file? With PHP? Or using a shell command in the Linux terminal?
Re: File creation problem in linux
Using php fread and also tried to create with file_put_contents functions.... But its giving same error
-
cpetercarter
- Forum Contributor
- Posts: 474
- Joined: Sat Jul 25, 2009 2:00 am
Re: File creation problem in linux
What error message do you get?