Hi, I have a table on a website that reads info from a csv file that is updated monthly. The table also includes a function that echoes the current month to show that the information in the table is up-to-date. The problem is that sometimes I'm behind getting the new csv file up but the month rolls ahead anyway. I want to be truthful about these updates so I'm wondering if there's a function in php that can detect when a file has been updated and then echo the date/month that that update was made. I've had trouble searching for such a function so far and thought someone here might have an idea. Thanks