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 take a look at sqlite.
Curt.
--
About the race conditions, I didn't mentionned I had some extras code to
care about concurrent writing on the file
About database, I know that will be the best, but on this small site, I
can't use full database!
That's why they suggested a sqlite database, which uses a single file.
Thank you for your answer
SR
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php