Do you need to unlock a file in php. If so, what's the php code to do it.
I tried flock($file, 8) but I get an error. What number do I use to unlock.
Thanks
did you check http://www.php.net/manual/en/function.flock.php (user commented)