> I have a big problem and cannot find the answer anywhere, so 
 > please, help me if you can. When I use fwrite() function on 
 > webserver, it sometimes happens, that more then one user 
 > accesses the file and the result is, that the file is 
 > corrupted or truncated.

I suspect that flock() would be of use, consult the php manual for it's
use.

CYA, Dave



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to