Hi:
I have a PHP script to create a text file with information of a database.
I use the function fopen() to create it. When I execute the script in a Linux machine i have no problem and the file is created.
But when I try to do the same in a Windows machine the system say me "permission deny" and the file is not created.
I think the problem is Windows permission to open a new file.
Can you help me? I use Apache web server.