I have two different PHP files that both write to the same file. Each PHP script is called by a user action of two different HTML pages. I know it will be possible for the t
FYI: flock only works on *nix and is not available on Windows