Hi
I have a php application which runs on an IIS Server and I want to create/append a file on an other server or PC
Can I do it if I use fopen and I create a folder on that other server or PC which I grant write access to everyone or is it impossible?
$handle = fopen("\\\W109-0422\\test\\test.txt");