Posted by Rami Elomaa on 05/27/07 17:17
nihad.nasim@gmail.com kirjoitti:
> Hi,
> I am kind of new to PHP and while learning I came across the touch
> command which creates a new file. I also came up with fopen to open a
> file. In both cases I am having the same problem:
....
> stream: Permission denied in c:\Inetpub\wwwroot\test.php on line 2
You've not granted write permission for the webserver user to the
directory where you are trying to create a file. It's usually helpful to
read the error messages.
--
Rami.Elomaa@gmail.com
"Wikipedia on vähän niinq internetin raamattu, kukaan ei pohjimmiltaan
usko siihen ja kukaan ei tiedä mikä pitää paikkansa." -- z00ze
[Back to original message]
|