Hi:
I want to create a text file with some information of a database in a Windows directory using PHP.
I try to open a file with this command
$file = fopen("c:\proof\$fichname","a");
and the browser when i was in windows say me
"permission deny"
I try to do it when i was in Linux with this command
$file = fopen("/proof/$fichname","a");
and it works!!!!!!!!!!!!
Can you help me???????
Where is the problem?????????