A random idea popped into my head about 10 minutes ago for something I should change to on my site. Since I do not update all the other files on my site to often, I thought that I should add a PHP function on my page to read the files modified date and post it on the page. That’s all well and good but here is the problem. I really don’t feel like placing it on every page, I want it more dynamic. I was thinking maybe put it into the footer but than how will it know what file to look at? One page on average uses at least 5 to 6 PHP files to render the whole page. I did find the function filemtime() but as I already said, I don’t know how I should go about making it just picking out the one file that has the content on it. Well I’ll probably be ripping out what is left of my hair for the next few days making it work. For now though, it’s bed time.