<?xml version="1.0"?><rss version="2.0">
       <channel>
         <title>Programmer Kingdom</title>
		 <link>http://www.programmerkingdom.com/categories/92/site-statistics.html</link>
		 <description>Programmer Kingdom</description>
		 <image>
		   <url>http://www.programmerkingdom.com/images/logo.jpg</url>
		   <link>http://www.programmerkingdom.com/</link>
		 </image>
		 <item>
		   <title>How Many Users Online</title>
		   <link>http://www.programmerkingdom.com/view/404/how-many-users-online.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
With this tutorial, you will learn how to build
a simple script that tells you how many visitors are currently visiting
your site. This is a great way to see how your traffic is during
certain times of the day. 

How Many Users OnlineStep1: Creating the database
create a new database called 'users', with 3 fields inside a table.
These fields are timestamp, ip and file. Name the table user...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Getting visitor information</title>
		   <link>http://www.programmerkingdom.com/view/405/getting-visitor-information.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Getting information about
your visitors is interesting and sometimes


 useful for generating
statistics, especially when you have a high traffic.&nbsp;

Getting Visitor Information

Getting information about
your visitors is interesting and sometimes 


useful for generating
statistics, especially when you have a high traffic.


With PHP it's easy to get your visitor's IP, brow...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Simple User Log</title>
		   <link>http://www.programmerkingdom.com/view/406/simple-user-log.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
A simple user log can help you keep track of
who's been visiting your site and where they are coming from. It The
time the user came to the page. It captures the IP address of the user,
referer of the user, if there is one and what browser he was using. 

Simple User Log

A simple user log can help you keep track of who's been visiting your site and where they are coming from.


Alrigh...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Page Loading Time</title>
		   <link>http://www.programmerkingdom.com/view/407/page-loading-time.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Have you ever noticed that lots of websites
feature a little &quot;Page loading took x.xxx seconds to load&quot; at the
bottom of their pages? It's a pretty simple thing to make and gives
your site something that we all love... Stats! 

Page Loading Time

Learn how to output the time a page takes to load.


Have you ever noticed that lots of websites feature a
little &quot;Page loadin...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Number of Users Online</title>
		   <link>http://www.programmerkingdom.com/view/408/number-of-users-online.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This script will explain how to display the
number of users online using your website. You have to put this on
everypage you want it to appear. We also reccommend you have PhpMyAdmin
to do this.

Show the Number of Users Online

Learn how to add upload a file using the power of PHP.


This script will explain how to display the number of users online
using your website. You have to pu...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Log visitors to file</title>
		   <link>http://www.programmerkingdom.com/view/409/log-visitors-to-file.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
It's nice to know how many visitors your site
gets. To get you started I show you how to log statistics of all your
visitors, in a simple way. The log will be saved in a text file. 


Log Visiter ti File 


Do you know how many visitors you get to your site every day, and
where they come from? Why not log it your self with this pretty simple
technique and save the statistics to a plain...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Country identification</title>
		   <link>http://www.programmerkingdom.com/view/410/country-identification.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This script was originally developed for
geolocalization of visitors to my site. I had not database access, so
in order to make the script fast, I splitted the information from IP to
Country Database into several smaller files. 


Country identification based on IP address


Introduction: country
identification without databases 

This script was originally
developed for geolocaliza...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Page Loading Time</title>
		   <link>http://www.programmerkingdom.com/view/411/page-loading-time.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show you how to find the
total loading time by taking the time taken at the end of the page from
the time taken at the top of the page Round the microtime and return it
to the browser. 


Page
Loading Time


 
Things to do:
Get the time in micro-seconds using the function: microtime().
Turn the micro-time into an array using the explode()
function.
Add the two p...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>User Log</title>
		   <link>http://www.programmerkingdom.com/view/412/user-log.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
A simple user log can help you keep track of
who's been visiting your site and where they are coming from. This is a
simple little script which tells when the file was last modified using
the PHP filemtime() function.


User
Log 
A simple user log can help you keep track of who's been
visiting your site and where they are coming from.

Alright, this is a simple little script which tel...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Displaying Load Time</title>
		   <link>http://www.programmerkingdom.com/view/413/displaying-load-time.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
When developing PHP-driven websites its often
very useful to know how long your pages took to process. This not only
gives you some idea of the efficiency of your websites and of the
server running them. 

Displaying Load Time with PHP

When developing PHP-driven websites its often very useful to know
how long your pages took to process.&nbsp; This not only gives you some idea
of the ef...........</span>]]></description>
		   <pubDate>2010-04-02T00:00:00-07:00</pubDate>
		 </item></channel>
	 </rss>
