<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Code The World — Date and time a file was last accessed]]></title>
	<link rel="self" href="https://codetheworld.com/extern.php?action=feed&amp;tid=11&amp;type=atom" />
	<updated>2008-06-15T01:09:31Z</updated>
	<generator>PunBB</generator>
	<id>https://codetheworld.com/viewtopic.php?id=11</id>
		<entry>
			<title type="html"><![CDATA[Date and time a file was last accessed]]></title>
			<link rel="alternate" href="https://codetheworld.com/viewtopic.php?pid=11#p11" />
			<content type="html"><![CDATA[<p>Description<br />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</p><p>The code<br /></p><div class="codebox"><pre><code>&lt;?php

// Add this line to your php page

echo &quot;Last accessed: &quot; . date(&quot;l, F jS, Y @ h:i:s a&quot;,
fileatime($PATH_TRANSLATED));

?&gt;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Casper]]></name>
				<uri>https://codetheworld.com/profile.php?id=5</uri>
			</author>
			<updated>2008-06-15T01:09:31Z</updated>
			<id>https://codetheworld.com/viewtopic.php?pid=11#p11</id>
		</entry>
</feed>
