Is there a way for PHP to check if a file that its trying to include
exists?
I'm trying to make a dynamically updated page based on a series of
dates, and if the user gets to TODAY, I don't want them to be able to
go into the future.
Is there a way for PHP to check that the next days include file
wouldn't exist?