<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "source code script for 'page created' in __ seconds ?"]]></title>
		<link>https://proxy2.de/forum/posts/list/2.php</link>
		<description><![CDATA[Latest messages posted in the topic "source code script for 'page created' in __ seconds ?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>source code script for 'page created' in __ seconds ?</title>
				<description><![CDATA[ I was wondering if you wouldn't mind sharing the source code on how to display the "page created" / "page processed" time on the bottom of every page? I think it's a very cool feature, but have been pulling my hair out trying to code it myself....any help/advice/resources is greatly appreciated!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/26/73.php</guid>
				<link>https://proxy2.de/forum/posts/preList/26/73.php</link>
				<pubDate><![CDATA[Thu, 17 Jan 2002 05:27:40]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [code]<br /> &lt;?php<br /> $mtime = microtime();<br /> $mtime = explode(" ",$mtime);<br /> $mtime = $mtime[1] + $mtime[0];<br /> $starttime = $mtime;<br /> ?&gt;<br /> [/code]<br /> <br /> &lt;html&gt;<br /> your page<br /> &lt;/html&gt;<br /> <br /> [code]<br /> &lt;?php<br /> $mtime = microtime();<br /> $mtime = explode(" ",$mtime);<br /> $mtime = $mtime[1] + $mtime[0];<br /> $endtime = $mtime;<br /> $totaltime = ($endtime - $starttime);<br /> printf("&lt;center&gt;&lt;font size=\"1\" face=\"Arial\" color=\"#CACACA\"&gt;Created in %f seconds.&lt;/font&gt;&lt;/center&gt;", $totaltime);<br /> ?&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/26/75.php</guid>
				<link>https://proxy2.de/forum/posts/preList/26/75.php</link>
				<pubDate><![CDATA[Fri, 18 Jan 2002 13:51:34]]> GMT</pubDate>
				<author><![CDATA[ Webmaster]]></author>
			</item>
			<item>
				<title>Groovy...</title>
				<description><![CDATA[ Most excellent! Thank you for taking the time to post that script. It has since made my day! -- oh, what a life I live, oh well  <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/26/81.php</guid>
				<link>https://proxy2.de/forum/posts/preList/26/81.php</link>
				<pubDate><![CDATA[Sat, 19 Jan 2002 02:33:37]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>