Hi guys
I'm writing code for an admin section (in PHP). The website will have the possibility of about 40 different users of the admin section. Everyone will be using the same html form pages to input info for their section of the site into .txt files that will reside inside their own directory.
So to make sure I'm explaining it well enough, there would be one set of html Admin pages that would write to 40 different .txt files. The users login would determine the directory the input was written to. So basically, there may be multiple users of the admin section html pages at one time, but all of them would be writing to different files.
Are there any bottle neck type issues I need to be concerned with in my code?
Thanks
-Butcher-