Posted by JackM on 01/11/07 17:19
no@email.com wrote:
>>But the strange thing is that the file dates are all coming out January
>>1, 2007 now even when the files were created and/or modified after that
>>date.
>>
>
>
> try adding clearstatcache() function before the filemtime()
>
> clearstatcache();
> filemtime('./texts/filename.pdf');
Thanks for the suggestion but it didn't change anything.
[Back to original message]
|