Page 1 of 1

File Locking

Posted: Tue Nov 11, 2003 1:40 pm
by sulen
I want to be able to perform file locking using PHP. The structure of the application I have created is being used by multiple users. So I need to be able to lock database records for updation,insertion and deletion when another user is performing the same task. I really need guidance with this and will appreciate any help in this direction. Thanks

Posted: Wed Nov 12, 2003 4:25 am
by twigletmac
Which database are you using?

Mac