<a href="/xcgfiles/setslists/xcg.php">XCG Set File</a> <?php
$filename = '/xcgfiles/setslists/yvd.txt';
if (file_exists($filename)) {
echo "last modified on " . date ("F d Y H:i:s.", filemtime($filename));
}
?> (Left click, do not right click > Save As, it won't work.)<br>
There's a snippet from my .php file, I'm trying to get it to list the last modified but it's not working. Help?
$filename = '/xcgfiles/setslists/yvd.txt';
if (file_exists($filename)) {
echo "last modified on " . date ("F d Y H:i:s.", filemtime($filename));
}
?> (Left click, do not right click > Save As, it won't work.)<br>
There's a snippet from my .php file, I'm trying to get it to list the last modified but it's not working. Help?