<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A Simple Page Click Count System Using PHP And MySQL</title>
	<atom:link href="http://www.dougv.com/2008/12/09/a-simple-page-click-count-system-using-php-and-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dougv.com/2008/12/09/a-simple-page-click-count-system-using-php-and-mysql/</link>
	<description>ASP.NET, PHP, XML, JavaScript, Web geekery, Entrepreneurship</description>
	<lastBuildDate>Fri, 18 May 2012 10:23:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: jhirleman on &#34;Click counters&#34; &#124; Upgrade Wordpress Now</title>
		<link>https://www.dougv.com/2008/12/09/a-simple-page-click-count-system-using-php-and-mysql/#comment-178</link>
		<dc:creator>jhirleman on &#34;Click counters&#34; &#124; Upgrade Wordpress Now</dc:creator>
		<pubDate>Wed, 29 Dec 2010 03:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/?p=1352#comment-178</guid>
		<description>[...] I found this, but it only watches out for total clicks on a page. Trying to figure out how to tailor it for my [...]</description>
		<content:encoded><![CDATA[<p>[...] I found this, but it only watches out for total clicks on a page. Trying to figure out how to tailor it for my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Vanderweide</title>
		<link>https://www.dougv.com/2008/12/09/a-simple-page-click-count-system-using-php-and-mysql/#comment-180</link>
		<dc:creator>Doug Vanderweide</dc:creator>
		<pubDate>Tue, 28 Dec 2010 22:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/?p=1352#comment-180</guid>
		<description>Yes, that can be done. Give me a few days and I will blog a solution for your question. Or, if you would like me to act sooner, check out my Amazon.com wish list (linked under &quot;Need More Help Or Want To Say Thanks?&quot;) and make a purchase.</description>
		<content:encoded><![CDATA[<p>Yes, that can be done. Give me a few days and I will blog a solution for your question. Or, if you would like me to act sooner, check out my Amazon.com wish list (linked under &#8220;Need More Help Or Want To Say Thanks?&#8221;) and make a purchase.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhirleman</title>
		<link>https://www.dougv.com/2008/12/09/a-simple-page-click-count-system-using-php-and-mysql/#comment-179</link>
		<dc:creator>jhirleman</dc:creator>
		<pubDate>Tue, 28 Dec 2010 22:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/?p=1352#comment-179</guid>
		<description>Is there a way for me to tailor this to count how many times a link is clicked versus how many times a page is loaded? Or can I point this to a thank you page or something then echo how many times THAT has been loaded next to the link I&#039;m watching? I&#039;m looking to display the number of clicks right next to the link that&#039;s being watched.</description>
		<content:encoded><![CDATA[<p>Is there a way for me to tailor this to count how many times a link is clicked versus how many times a page is loaded? Or can I point this to a thank you page or something then echo how many times THAT has been loaded next to the link I&#8217;m watching? I&#8217;m looking to display the number of clicks right next to the link that&#8217;s being watched.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John H.</title>
		<link>https://www.dougv.com/2008/12/09/a-simple-page-click-count-system-using-php-and-mysql/#comment-177</link>
		<dc:creator>John H.</dc:creator>
		<pubDate>Tue, 28 Dec 2010 22:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/?p=1352#comment-177</guid>
		<description>Wow, I think this is the best explanation of counting click I&#039;ve come across. I&#039;m very VERY new to mysql and PHP, and I can understand all of the variables you have set here. But say I want it to echo how many times a link has been clicked? Should I point the href to a page that says, for instance, &quot;Thanks! Your click has been counted!&quot; or the like, and then echo $clicks on the previous page next to the link which they clicked?

Essentially all I&#039;m trying to do is to store the number of times a link is clicked, and display that number next to that link. Which is basically what you&#039;re doing here, but it only tracks current pages.

Help, ideas, thoughts?

Cheers,

JH</description>
		<content:encoded><![CDATA[<p>Wow, I think this is the best explanation of counting click I&#8217;ve come across. I&#8217;m very VERY new to mysql and PHP, and I can understand all of the variables you have set here. But say I want it to echo how many times a link has been clicked? Should I point the href to a page that says, for instance, &#8220;Thanks! Your click has been counted!&#8221; or the like, and then echo $clicks on the previous page next to the link which they clicked?</p>
<p>Essentially all I&#8217;m trying to do is to store the number of times a link is clicked, and display that number next to that link. Which is basically what you&#8217;re doing here, but it only tracks current pages.</p>
<p>Help, ideas, thoughts?</p>
<p>Cheers,</p>
<p>JH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manoj</title>
		<link>https://www.dougv.com/2008/12/09/a-simple-page-click-count-system-using-php-and-mysql/#comment-176</link>
		<dc:creator>manoj</dc:creator>
		<pubDate>Thu, 23 Dec 2010 10:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/?p=1352#comment-176</guid>
		<description>i am a learning php . and i want to know how to create a new page .

my problem is that i fetched data from mysql and put the a hyperlink to the first column, and i want when i click on that particular link a new page will open with same name of my first column. evertime
a new page is created .</description>
		<content:encoded><![CDATA[<p>i am a learning php . and i want to know how to create a new page .</p>
<p>my problem is that i fetched data from mysql and put the a hyperlink to the first column, and i want when i click on that particular link a new page will open with same name of my first column. evertime<br />
a new page is created .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy</title>
		<link>https://www.dougv.com/2008/12/09/a-simple-page-click-count-system-using-php-and-mysql/#comment-175</link>
		<dc:creator>Billy</dc:creator>
		<pubDate>Sat, 01 Aug 2009 21:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/?p=1352#comment-175</guid>
		<description>Love this tutorial, I&#039;m learning PHP and this was really cool, gives me a good feeling because I know a lot of what you&#039;re doing.</description>
		<content:encoded><![CDATA[<p>Love this tutorial, I&#8217;m learning PHP and this was really cool, gives me a good feeling because I know a lot of what you&#8217;re doing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

