<?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: Ultimate Guestbook Tutorial: How to build a Guestbook with a honeypot, error checking, IP banning, pagination, e-mail notification and smilies with PHP and mySQL</title>
	<atom:link href="http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/</link>
	<description>Jotlab</description>
	<lastBuildDate>Fri, 12 Mar 2010 23:29:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: PHP Beginner</title>
		<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/comment-page-2/#comment-8842</link>
		<dc:creator>PHP Beginner</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jotlab.com/?p=1381#comment-8842</guid>
		<description>Hi
First great thanks to the author of this tutorial/workshop

Its working great. But there is only a single problem with the website links in the db entrys they re not working. 

The link includes the hole file path i.e.(http://htdocs/mywebsite/www.pcsh.it) whats wrong? 

thx in advance and best regards
Oli</description>
		<content:encoded><![CDATA[<p>Hi<br />
First great thanks to the author of this tutorial/workshop</p>
<p>Its working great. But there is only a single problem with the website links in the db entrys they re not working. </p>
<p>The link includes the hole file path i.e.(http://htdocs/mywebsite/www.pcsh.it) whats wrong? </p>
<p>thx in advance and best regards<br />
Oli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VoiDeT</title>
		<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/comment-page-2/#comment-8530</link>
		<dc:creator>VoiDeT</dc:creator>
		<pubDate>Mon, 21 Dec 2009 03:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.jotlab.com/?p=1381#comment-8530</guid>
		<description>@Zime:
Thanks a lot for the kind words.
That&#039;s a shame that you can&#039;t get the guestbook working. It looks as though your data isn&#039;t being insert correctly. What you can do however is check your database for any records. If they aren&#039;t in there then check what&#039;s going on with data you&#039;re inserting, and the insert commands.
If you do see the data in there, then check what&#039;s happening when you try and retrieve the records.

I&#039;m thinking i might rewrite this tutorial to use OOP with PHP5.
Or maybe save that for a whole new tutorial.</description>
		<content:encoded><![CDATA[<p>@Zime:<br />
Thanks a lot for the kind words.<br />
That&#8217;s a shame that you can&#8217;t get the guestbook working. It looks as though your data isn&#8217;t being insert correctly. What you can do however is check your database for any records. If they aren&#8217;t in there then check what&#8217;s going on with data you&#8217;re inserting, and the insert commands.<br />
If you do see the data in there, then check what&#8217;s happening when you try and retrieve the records.</p>
<p>I&#8217;m thinking i might rewrite this tutorial to use OOP with PHP5.<br />
Or maybe save that for a whole new tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zime</title>
		<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/comment-page-2/#comment-8521</link>
		<dc:creator>Zime</dc:creator>
		<pubDate>Sun, 20 Dec 2009 13:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jotlab.com/?p=1381#comment-8521</guid>
		<description>Hello VOIDET,

This is the best tutorial on the internet so far! :D 

I&#039;m stuck at stage 7 - 10,
it looked fine until stage 7 then the succes-message never showed up. :( 

The IP thing didin&#039;t work for me :/ so I jumped that part and now I&#039;m trying to get the entries to work out, but it show me this message:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\guestbook\templates\entries.php on line 6

do you have a idea of what&#039;s wrong?
I would be happy for any help, just contact my email!

Regards Zime</description>
		<content:encoded><![CDATA[<p>Hello VOIDET,</p>
<p>This is the best tutorial on the internet so far! <img src='http://www.jotlab.com/wp-content/plugins/smilies-themer/Silk/emoticon_grin.png' alt=':D' class='wp-smiley' /> </p>
<p>I&#8217;m stuck at stage 7 &#8211; 10,<br />
it looked fine until stage 7 then the succes-message never showed up. <img src='http://www.jotlab.com/wp-content/plugins/smilies-themer/Silk/emoticon_unhappy.png' alt=':(' class='wp-smiley' /> </p>
<p>The IP thing didin&#8217;t work for me :/ so I jumped that part and now I&#8217;m trying to get the entries to work out, but it show me this message:<br />
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\guestbook\templates\entries.php on line 6</p>
<p>do you have a idea of what&#8217;s wrong?<br />
I would be happy for any help, just contact my email!</p>
<p>Regards Zime</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iceaangel</title>
		<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/comment-page-2/#comment-8439</link>
		<dc:creator>Iceaangel</dc:creator>
		<pubDate>Sat, 05 Dec 2009 22:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jotlab.com/?p=1381#comment-8439</guid>
		<description>Hi there. Thanks for the great tut. Sorry...forgot to read the last side, as I didn&#039;t used all of the tut for my guestbook at the moment. So I implemented the guestbook in my website without asking you first. And...I&#039;m not completly ready, still working on some things as the honeypot and the pagination.</description>
		<content:encoded><![CDATA[<p>Hi there. Thanks for the great tut. Sorry&#8230;forgot to read the last side, as I didn&#8217;t used all of the tut for my guestbook at the moment. So I implemented the guestbook in my website without asking you first. And&#8230;I&#8217;m not completly ready, still working on some things as the honeypot and the pagination.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis van Duinen</title>
		<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/comment-page-1/#comment-8370</link>
		<dc:creator>Dennis van Duinen</dc:creator>
		<pubDate>Thu, 12 Nov 2009 12:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jotlab.com/?p=1381#comment-8370</guid>
		<description>Hi there,

A great tut! Im trying to put it on my site.

But there is one little problem. The honeypot.. when is add this link: 


a new text field appears on my guestbook, while you where saying that it was hidden?

How is that possible?

Dennis</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>A great tut! Im trying to put it on my site.</p>
<p>But there is one little problem. The honeypot.. when is add this link: </p>
<p>a new text field appears on my guestbook, while you where saying that it was hidden?</p>
<p>How is that possible?</p>
<p>Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VoiDeT</title>
		<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/comment-page-1/#comment-7720</link>
		<dc:creator>VoiDeT</dc:creator>
		<pubDate>Mon, 03 Aug 2009 06:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jotlab.com/?p=1381#comment-7720</guid>
		<description>Hey Cgar,

This is both true and unfortunate.
I only taught one spam catching technique.
However more can be applied if need be. Generating a captcha form, or having an ip-ban with 30 day cool off period. Running known ip blocking from black lists.
The honey pot technique is just one! Surprisingly, it rejects quite alot!

Let me know if i can help you out further!
VoiDeT</description>
		<content:encoded><![CDATA[<p>Hey Cgar,</p>
<p>This is both true and unfortunate.<br />
I only taught one spam catching technique.<br />
However more can be applied if need be. Generating a captcha form, or having an ip-ban with 30 day cool off period. Running known ip blocking from black lists.<br />
The honey pot technique is just one! Surprisingly, it rejects quite alot!</p>
<p>Let me know if i can help you out further!<br />
VoiDeT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CGar</title>
		<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/comment-page-1/#comment-7713</link>
		<dc:creator>CGar</dc:creator>
		<pubDate>Sun, 02 Aug 2009 17:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jotlab.com/?p=1381#comment-7713</guid>
		<description>Hello VOIDET

I spent last night going through this tutorial and it was great and informative.

One question I have is that I see your guestbook example has had some spambot action.  Is this because there are new techniques that your tutorial doesn&#039;t cover?  I&#039;d like to keep this kind of crap off my guest book if possible.

Thanks for your great tutorial and your feedback.

Best,
CGar</description>
		<content:encoded><![CDATA[<p>Hello VOIDET</p>
<p>I spent last night going through this tutorial and it was great and informative.</p>
<p>One question I have is that I see your guestbook example has had some spambot action.  Is this because there are new techniques that your tutorial doesn&#8217;t cover?  I&#8217;d like to keep this kind of crap off my guest book if possible.</p>
<p>Thanks for your great tutorial and your feedback.</p>
<p>Best,<br />
CGar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tilak</title>
		<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/comment-page-1/#comment-7378</link>
		<dc:creator>Tilak</dc:creator>
		<pubDate>Tue, 16 Jun 2009 05:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jotlab.com/?p=1381#comment-7378</guid>
		<description>Hello Friend,....
Thanx for the nice tutorial its working......
add more matter like this ....
we all are very thankful to you..
Bye</description>
		<content:encoded><![CDATA[<p>Hello Friend,&#8230;.<br />
Thanx for the nice tutorial its working&#8230;&#8230;<br />
add more matter like this &#8230;.<br />
we all are very thankful to you..<br />
Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VoiDeT</title>
		<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/comment-page-1/#comment-7370</link>
		<dc:creator>VoiDeT</dc:creator>
		<pubDate>Mon, 15 Jun 2009 05:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jotlab.com/?p=1381#comment-7370</guid>
		<description>I am getting alot of comments about mysql_num_rows errors!
People, please check that you have the correct database connection settings in order and that your tables have been set up correctly!</description>
		<content:encoded><![CDATA[<p>I am getting alot of comments about mysql_num_rows errors!<br />
People, please check that you have the correct database connection settings in order and that your tables have been set up correctly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ren</title>
		<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/comment-page-1/#comment-7369</link>
		<dc:creator>Ren</dc:creator>
		<pubDate>Mon, 15 Jun 2009 04:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jotlab.com/?p=1381#comment-7369</guid>
		<description>Well, at first I have the problem:-
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/includes/actions.php on line 3

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/includes/functions.php on line 12

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/templates/entries.php on line 10

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/templates/entries.php on line 15

But that I  change my $dbname to username_guestbook and it works fine. Thanks for the great tutorial. I successfully have created mine.. =)</description>
		<content:encoded><![CDATA[<p>Well, at first I have the problem:-<br />
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/includes/actions.php on line 3</p>
<p>Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/includes/functions.php on line 12</p>
<p>Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/templates/entries.php on line 10</p>
<p>Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/templates/entries.php on line 15</p>
<p>But that I  change my $dbname to username_guestbook and it works fine. Thanks for the great tutorial. I successfully have created mine.. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas cherry</title>
		<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/comment-page-1/#comment-7275</link>
		<dc:creator>Thomas cherry</dc:creator>
		<pubDate>Mon, 25 May 2009 12:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jotlab.com/?p=1381#comment-7275</guid>
		<description>well what do you know.  i imported the &#039;guestbook.sql&#039; file into the database using phpmyadmin and bingo, alls well that ends well.... thanks for the tutorial. it really helped me a shit load</description>
		<content:encoded><![CDATA[<p>well what do you know.  i imported the &#8216;guestbook.sql&#8217; file into the database using phpmyadmin and bingo, alls well that ends well&#8230;. thanks for the tutorial. it really helped me a shit load</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas cherry</title>
		<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/comment-page-1/#comment-7274</link>
		<dc:creator>Thomas cherry</dc:creator>
		<pubDate>Mon, 25 May 2009 11:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jotlab.com/?p=1381#comment-7274</guid>
		<description>ok cool, it has to do with the tables???  when i go into myphpadmin i see that there are no tables.  could this be the problem....

guestbook.sql

CREATE TABLE `entries` (
  `id` int(8) NOT NULL auto_increment,
  `name` varchar(255) collate latin1_general_ci NOT NULL,
  `email` varchar(255) collate latin1_general_ci NOT NULL,
  `website` varchar(255) collate latin1_general_ci NOT NULL,
  `message` text collate latin1_general_ci NOT NULL,
  `date` timestamp NOT NULL default CURRENT_TIMESTAMP,
  `ip` varchar(15) collate latin1_general_ci NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;

CREATE TABLE `spam` (
  `id` int(8) NOT NULL auto_increment,
  `ip` varchar(15) collate latin1_general_ci NOT NULL,
  PRIMARY KEY  (`id`),
  KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;</description>
		<content:encoded><![CDATA[<p>ok cool, it has to do with the tables???  when i go into myphpadmin i see that there are no tables.  could this be the problem&#8230;.</p>
<p>guestbook.sql</p>
<p>CREATE TABLE `entries` (<br />
  `id` int(8) NOT NULL auto_increment,<br />
  `name` varchar(255) collate latin1_general_ci NOT NULL,<br />
  `email` varchar(255) collate latin1_general_ci NOT NULL,<br />
  `website` varchar(255) collate latin1_general_ci NOT NULL,<br />
  `message` text collate latin1_general_ci NOT NULL,<br />
  `date` timestamp NOT NULL default CURRENT_TIMESTAMP,<br />
  `ip` varchar(15) collate latin1_general_ci NOT NULL,<br />
  PRIMARY KEY  (`id`)<br />
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;</p>
<p>CREATE TABLE `spam` (<br />
  `id` int(8) NOT NULL auto_increment,<br />
  `ip` varchar(15) collate latin1_general_ci NOT NULL,<br />
  PRIMARY KEY  (`id`),<br />
  KEY `ip` (`ip`)<br />
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Cherry</title>
		<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/comment-page-1/#comment-7273</link>
		<dc:creator>Thomas Cherry</dc:creator>
		<pubDate>Mon, 25 May 2009 11:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jotlab.com/?p=1381#comment-7273</guid>
		<description>I am also having a bit of trouble with setting this guestbook up.  I think i&#039;ve tracked the issue to &#039;$query&#039;, as this is the one thing that all the errors have in common.  Please, i&#039;m new to this.  thanks.

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/includes/actions.php on line 3

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/includes/functions.php on line 12

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/templates/entries.php on line 10

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/templates/entries.php on line 15

the actual code, in order.....

$spamip = mysql_num_rows($query);

$rows = mysql_num_rows($query);

$rows = mysql_num_rows($query);

while($row = mysql_fetch_array($query)){</description>
		<content:encoded><![CDATA[<p>I am also having a bit of trouble with setting this guestbook up.  I think i&#8217;ve tracked the issue to &#8216;$query&#8217;, as this is the one thing that all the errors have in common.  Please, i&#8217;m new to this.  thanks.</p>
<p>Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/includes/actions.php on line 3</p>
<p>Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/includes/functions.php on line 12</p>
<p>Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/templates/entries.php on line 10</p>
<p>Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/blazesa/public_html/chamvil/guestbook/templates/entries.php on line 15</p>
<p>the actual code, in order&#8230;..</p>
<p>$spamip = mysql_num_rows($query);</p>
<p>$rows = mysql_num_rows($query);</p>
<p>$rows = mysql_num_rows($query);</p>
<p>while($row = mysql_fetch_array($query)){</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meg83</title>
		<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/comment-page-1/#comment-7240</link>
		<dc:creator>meg83</dc:creator>
		<pubDate>Wed, 20 May 2009 08:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jotlab.com/?p=1381#comment-7240</guid>
		<description>i have the same problem:


Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/a9819450/public_html/includes/actions.php on line 3 :!:</description>
		<content:encoded><![CDATA[<p>i have the same problem:</p>
<p>Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/a9819450/public_html/includes/actions.php on line 3 <img src='http://www.jotlab.com/wp-content/plugins/smilies-themer/Silk/exclamation.png' alt=':!:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robi Santoso</title>
		<link>http://www.jotlab.com/2008/04/26/ultimate-guestbook-tutorial-how-to-build-a-guestbook-with-a-honeypot-error-checking-ip-banning-pagination-e-mail-notification-and-smilies-with-php-and-mysql/comment-page-1/#comment-7180</link>
		<dc:creator>Robi Santoso</dc:creator>
		<pubDate>Tue, 12 May 2009 07:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jotlab.com/?p=1381#comment-7180</guid>
		<description>Great tutorial, thanks a lot for your contributions. I&#039;m newbie in php subject...
so it&#039;s very useful for me... :)</description>
		<content:encoded><![CDATA[<p>Great tutorial, thanks a lot for your contributions. I&#8217;m newbie in php subject&#8230;<br />
so it&#8217;s very useful for me&#8230; <img src='http://www.jotlab.com/wp-content/plugins/smilies-themer/Silk/emoticon_smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
