Re: [PHP] Updating a single line in a file

2006-03-19 Thread smr78
OK, I take a look on sqlite Many thanks ""Manuel Amador (Rudd-O)"" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Replies inlined. > >>>Why dont you use a database for this? You will run into race >>>conditions at some point. >>> >>>If you need a file based database t

Re: [PHP] Updating a single line in a file

2006-03-18 Thread smr78
"Curt Zirzow" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > On Sat, Mar 18, 2006 at 11:01:07AM +0100, smr78 wrote: >> Hi, >> What is the best method to update a single line in a text file? >> I have a file made of identifiers,

[PHP] Updating a single line in a file

2006-03-18 Thread smr78
Hi, What is the best method to update a single line in a text file? I have a file made of identifiers, that is pointed on by a htaccess file and used by a server to give access to a web site. The file content is like this : login1:pass1\r\n login2:pass2\r\n loginn:passn\r\n loginn1:passn1\r\n