i'm trying to lock and unlock a file for editing using the flock and unflock functions. i can use flock fine (ie. flock($fp, 1) but when i try to use funlock($fp); i get a function undefined. does this have to do with a bad php install on my webhost or am i missing something?