Hello,
I have some trouble or missunderstanding to write ina file.
I know haw to write in a file I use:
$fp = fopen($file,"w+");
$fw = fwrite($fp, "message");
fclose($fp);
My question is if the file is now open exculsively for writing or and other php script can write in the file.
I hope you understand what I'm asking for.
Napoleon /Hungary/