Input from my website visitors is added as a single line to a logfile ("$customer.log") upon each visit. Input from a new visitor would generate a new logfile that would then be appended upon each subsequent visit. I have a logfile administration page where I want all the logfiles displayed in the left frame, and then upon clicking a filename, the lines of content are displayed in the right frame. I am doing this now, but I am hardcoding the file list and I don't know how to make the list of $customer.log files dynamically show new files as new visitors start their logs. Thanks.