On Mon, 13 May 2002, Manisha wrote:
> I am having a form, I want to write the form values into csv file.
> 
> I just want to know whether it is necessary (compulsory) to have file lock 
> before writing to file?
> 
> There is only my program which is writing in the file - no other program. 
> But many users can connect to web at a time - So is it necessary to have 
> file lock ?

It is definitely a good idea if you don't want corruption. You may find a 
database is easier in the long run.

miguel


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

Reply via email to