PHP Include (Most Recent HTML File)? I'm trying to use the php include function to call a html file into a php page. The html files are just residing in my root folder as there's no need to keep them in a database just yet. However, I want to be able to call the most recent html file each time. Do I need to use a database for this? Is there any other way to date-stamp the html files? |