I have had these in my scripts for years. Now they are not available.
$filename = filename($_SERVER['PHP_SELF']);
$Update = date("D d-M-Y H:i", filectime($filename));{/code]}
filename() and filectime()
I have had these in my scripts for years. Now they are not available.
$filename = filename($_SERVER['PHP_SELF']);
$Update = date("D d-M-Y H:i", filectime($filename));{/code]}
filename() and filectime()
filectime is still available (but I suspect its the wrong function to use here). filename
has never been a PHP function; what's it supposed to do?
Okay. I see some throw back from some other scrip. Thanks.