Posted by nescio on 10/24/05 21:38
> I recommend using file() to read the file into an array.
>
> Then update the value of the array
>
> Then write the value of the array back out to the file, overwriting the
> old file in the process. Use fopen() and fwrite().
it is a small file, and they don't use a database, and they have only a few
users.
so this looks a very effective solution.
thanks for your help
Navigation:
[Reply to this message]
|