Skip to forum content
Code The World
We are a group of graphic designers and web developers trying to create a social network for the people, and not for the commercialization of said social network.
You are not logged in. Please login or register.
Pages 1
You must login or register to post a reply
- Registered: 2007-11-19
- Posts: 12
Topic: Date and time a file was last accessed
Description
One line of code that will show when a file was last accessed. It will display it in the form Last accessed: Tuesday, February 17th, 2004 @ 12:51:37 am
The code
<?php
// Add this line to your php page
echo "Last accessed: " . date("l, F jS, Y @ h:i:s a",
fileatime($PATH_TRANSLATED));
?>
Posts: 1
Pages 1
You must login or register to post a reply
Powered by PunBB, supported by Informer Technologies, Inc.
Currently used extensions: pun_admin_manage_extensions_improved, pun_poll, pun_quote, pun_bbcode, pun_repository, pun_tags, pun_admin_add_user, google_analytics, pun_eggdrop, pun_recaptcha.
Copyright © 2007 - 2025 CodeTheWorld