[EMAIL PROTECTED] wrote: > will retrieving data from files have a problem like if 2 person > access the same file at the same time and causing the data to crush?
If you're only going to be reading the file you should be fine. Otherwise you've got a bit of research to do. Here's a starting point: http://www.php.net/flock Have fun. :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php