<?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"
	>
<channel>
	<title>Comments for Quick PHP Code Tips and Examples</title>
	<atom:link href="http://phpcode.mypapit.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpcode.mypapit.net</link>
	<description>PHP Programming Tips, Tutorials and Source Code Examples for newbie</description>
	<pubDate>Thu, 02 Sep 2010 19:56:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Detect Alphabet only string with ctype_alpha by Isaac</title>
		<link>http://phpcode.mypapit.net/detect-alphabet-only-string-with-ctype_alpha/50/#comment-28338</link>
		<dc:creator>Isaac</dc:creator>
		<pubDate>Tue, 03 Aug 2010 23:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://phpcode.mypapit.net/?p=50#comment-28338</guid>
		<description>doing manually is better

the ctype has two flaws:
1. it allows multi-byte characters
2. it disallows spaces</description>
		<content:encoded><![CDATA[<p>doing manually is better</p>
<p>the ctype has two flaws:<br />
1. it allows multi-byte characters<br />
2. it disallows spaces</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending mail using SMTP with PHPMailer by Black</title>
		<link>http://phpcode.mypapit.net/sending-mail-using-smtp-with-phpmailer/26/#comment-28304</link>
		<dc:creator>Black</dc:creator>
		<pubDate>Fri, 30 Jul 2010 12:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://phpcode.mypapit.net/php-class/sending-mail-using-smtp-with-phpmailer/26/#comment-28304</guid>
		<description>Can I use this code that my website users can send me mail to my personal mail on Gmail ?</description>
		<content:encoded><![CDATA[<p>Can I use this code that my website users can send me mail to my personal mail on Gmail ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Truncate  long text with PHP (excerpt function) by Php function limiting the ammout of passed in characters. - Stack Overflow</title>
		<link>http://phpcode.mypapit.net/truncate-a-very-long-text-with-php-function/33/#comment-28295</link>
		<dc:creator>Php function limiting the ammout of passed in characters. - Stack Overflow</dc:creator>
		<pubDate>Wed, 28 Jul 2010 22:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://phpcode.mypapit.net/library/truncate-a-very-long-text-with-php-function/33/#comment-28295</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] got it from here [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://phpcode.mypapit.net/home/.mazy/mypapit/phpcode.mypapit.net/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] got it from here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending mail using SMTP with PHPMailer by jasa seo</title>
		<link>http://phpcode.mypapit.net/sending-mail-using-smtp-with-phpmailer/26/#comment-28276</link>
		<dc:creator>jasa seo</dc:creator>
		<pubDate>Thu, 22 Jul 2010 20:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://phpcode.mypapit.net/php-class/sending-mail-using-smtp-with-phpmailer/26/#comment-28276</guid>
		<description>Many thanks! now i can test if there is error in my server email</description>
		<content:encoded><![CDATA[<p>Many thanks! now i can test if there is error in my server email</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Truncate table in SQLite database by Pushpesh</title>
		<link>http://phpcode.mypapit.net/how-to-truncate-table-in-sqlite-database/49/#comment-28229</link>
		<dc:creator>Pushpesh</dc:creator>
		<pubDate>Wed, 07 Jul 2010 09:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://phpcode.mypapit.net/?p=49#comment-28229</guid>
		<description>This took me almost a day to figure out that "TRUNCATE" won't work in sqlite!...thanks :)

hope somebody else finds it helpful!</description>
		<content:encoded><![CDATA[<p>This took me almost a day to figure out that &#8220;TRUNCATE&#8221; won&#8217;t work in sqlite!&#8230;thanks :)</p>
<p>hope somebody else finds it helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick PHP Code is back! by Quick PHP Code Tips and Examples 1291476 Feedage.com</title>
		<link>http://phpcode.mypapit.net/quick-php-code-is-back/48/#comment-27904</link>
		<dc:creator>Quick PHP Code Tips and Examples 1291476 Feedage.com</dc:creator>
		<pubDate>Tue, 04 May 2010 19:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://phpcode.mypapit.net/?p=48#comment-27904</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Wed, 04 Jun 2008 03:09:21 PDT I found out that truncating SQLite database is a little bit different from its MySQL counterpart. Here's how to truncate SQLite database from command line PLAIN TEXT CODE: sqlite your_database.db sqlite&#62; DELETE FROM some_table; after that, dont forget to execute VACUUM to compact the database : PLAIN TEXT CODE: sqlite&#62; VACUUM;    Quick PHP Code is back! [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://phpcode.mypapit.net/home/.mazy/mypapit/phpcode.mypapit.net/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] Wed, 04 Jun 2008 03:09:21 PDT I found out that truncating SQLite database is a little bit different from its MySQL counterpart. Here&#8217;s how to truncate SQLite database from command line PLAIN TEXT CODE: sqlite your_database.db sqlite&gt; DELETE FROM some_table; after that, dont forget to execute VACUUM to compact the database : PLAIN TEXT CODE: sqlite&gt; VACUUM;    Quick PHP Code is back! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to solve file_get_contents and file() PHP errors by Cerberus Helpdesk :: E-mail Management // Customer Relationship Management // Trouble Ticket System</title>
		<link>http://phpcode.mypapit.net/how-to-solve-file_get_contents-and-file-php-errors/45/#comment-27876</link>
		<dc:creator>Cerberus Helpdesk :: E-mail Management // Customer Relationship Management // Trouble Ticket System</dc:creator>
		<pubDate>Mon, 26 Apr 2010 02:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://phpcode.mypapit.net/quick-tips/how-to-solve-file_get_contents-and-file-php-errors/45/#comment-27876</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] http://snipplr.com/view/4084/curl-replacement-for-filegetcontents/ http://www.kevinkorb.com/post/3 http://phpcode.mypapit.net/how-to-solve-file_get_contents-and-file-php-errors/45/  Please let us know if you need any further assistance from us.  ---------- Thanks  Joseph Symon [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://phpcode.mypapit.net/home/.mazy/mypapit/phpcode.mypapit.net/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] <a href="http://snipplr.com/view/4084/curl-replacement-for-filegetcontents/" rel="nofollow">http://snipplr.com/view/4084/curl-replacement-for-filegetcontents/</a> <a href="http://www.kevinkorb.com/post/3" rel="nofollow">http://www.kevinkorb.com/post/3</a> <a href="http://phpcode.mypapit.net/how-to-solve-file_get_contents-and-file-php-errors/45/" rel="nofollow">http://phpcode.mypapit.net/how-to-solve-file_get_contents-and-file-php-errors/45/</a>  Please let us know if you need any further assistance from us.  &#8212;&#8212;&#8212;- Thanks  Joseph Symon [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detect ip location, operating system and browser using PHP Detector Library by Is it possible to detect what operating system a user is coming from using PHP? (mac or windows) - Stack Overflow</title>
		<link>http://phpcode.mypapit.net/detect-ip-location-operating-system-and-browser-using-php-detector-library/46/#comment-27861</link>
		<dc:creator>Is it possible to detect what operating system a user is coming from using PHP? (mac or windows) - Stack Overflow</dc:creator>
		<pubDate>Mon, 19 Apr 2010 19:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://phpcode.mypapit.net/library/detect-ip-location-operating-system-and-browser-using-php-detector-library/46/#comment-27861</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] http://phpcode.mypapit.net/detect-ip-location-operating-system-and-browser-using-php-detector-librar... [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://phpcode.mypapit.net/home/.mazy/mypapit/phpcode.mypapit.net/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] <a href="http://phpcode.mypapit.net/detect-ip-location-operating-system-and-browser-using-php-detector-librar.." rel="nofollow">http://phpcode.mypapit.net/detect-ip-location-operating-system-and-browser-using-php-detector-librar..</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to solve file_get_contents and file() PHP errors by Letsnurture</title>
		<link>http://phpcode.mypapit.net/how-to-solve-file_get_contents-and-file-php-errors/45/#comment-27812</link>
		<dc:creator>Letsnurture</dc:creator>
		<pubDate>Tue, 06 Apr 2010 07:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://phpcode.mypapit.net/quick-tips/how-to-solve-file_get_contents-and-file-php-errors/45/#comment-27812</guid>
		<description>Hi folk,

What is the advantages and disadvantages of using file_get_contents() verses CURL.

Which is better,secure and faster ?

A little help is appreciated.

Regards,
Sachin Pethani</description>
		<content:encoded><![CDATA[<p>Hi folk,</p>
<p>What is the advantages and disadvantages of using file_get_contents() verses CURL.</p>
<p>Which is better,secure and faster ?</p>
<p>A little help is appreciated.</p>
<p>Regards,<br />
Sachin Pethani</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending mail using SMTP with PHPMailer by Php Mailer By</title>
		<link>http://phpcode.mypapit.net/sending-mail-using-smtp-with-phpmailer/26/#comment-27778</link>
		<dc:creator>Php Mailer By</dc:creator>
		<pubDate>Wed, 24 Mar 2010 10:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://phpcode.mypapit.net/php-class/sending-mail-using-smtp-with-phpmailer/26/#comment-27778</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] &#8226;   Sending mail using SMTP with PHPMailer » Quick PHP Code Tips and ...  [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://phpcode.mypapit.net/home/.mazy/mypapit/phpcode.mypapit.net/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] &bull;   Sending mail using SMTP with PHPMailer » Quick PHP Code Tips and &#8230;  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sending mail using SMTP with PHPMailer by rely</title>
		<link>http://phpcode.mypapit.net/sending-mail-using-smtp-with-phpmailer/26/#comment-27770</link>
		<dc:creator>rely</dc:creator>
		<pubDate>Mon, 22 Mar 2010 03:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://phpcode.mypapit.net/php-class/sending-mail-using-smtp-with-phpmailer/26/#comment-27770</guid>
		<description>Just want to thank you for sharing this. It was very very helpful.</description>
		<content:encoded><![CDATA[<p>Just want to thank you for sharing this. It was very very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Naive Bayesian Tutorial in PHP by Kohana Forums - Handling Spam</title>
		<link>http://phpcode.mypapit.net/naive-bayesian-tutorial-in-php/41/#comment-27693</link>
		<dc:creator>Kohana Forums - Handling Spam</dc:creator>
		<pubDate>Mon, 15 Feb 2010 23:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://phpcode.mypapit.net/php-class/naive-bayesian-tutorial-in-php/41/#comment-27693</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] found some interesting resources for handling spam without having to rely on third party services: Naive Bayesian Filters [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://phpcode.mypapit.net/home/.mazy/mypapit/phpcode.mypapit.net/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] found some interesting resources for handling spam without having to rely on third party services: Naive Bayesian Filters [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Truncate  long text with PHP (excerpt function) by Tekst korter maken - SiteDeals</title>
		<link>http://phpcode.mypapit.net/truncate-a-very-long-text-with-php-function/33/#comment-27682</link>
		<dc:creator>Tekst korter maken - SiteDeals</dc:creator>
		<pubDate>Fri, 12 Feb 2010 17:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://phpcode.mypapit.net/library/truncate-a-very-long-text-with-php-function/33/#comment-27682</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] http://phpcode.mypapit.net/truncate-...p-function/33/ [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://phpcode.mypapit.net/home/.mazy/mypapit/phpcode.mypapit.net/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] <a href="http://phpcode.mypapit.net/truncate-...p-function/33/" rel="nofollow">http://phpcode.mypapit.net/truncate-&#8230;p-function/33/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to solve file_get_contents and file() PHP errors by Geolocalization not working in my site (solved)</title>
		<link>http://phpcode.mypapit.net/how-to-solve-file_get_contents-and-file-php-errors/45/#comment-27388</link>
		<dc:creator>Geolocalization not working in my site (solved)</dc:creator>
		<pubDate>Thu, 31 Dec 2009 16:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://phpcode.mypapit.net/quick-tips/how-to-solve-file_get_contents-and-file-php-errors/45/#comment-27388</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] providers set it to OFF for security reason (like mine)I found the solution in this article http://phpcode.mypapit.net/how-to-solve-file_get_contents-and-file-php-errors/45/&#34;To remedy this, you can replace file_get_contents() function with PHP cURL [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://phpcode.mypapit.net/home/.mazy/mypapit/phpcode.mypapit.net/wp-content/plugins/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] providers set it to OFF for security reason (like mine)I found the solution in this article <a href="http://phpcode.mypapit.net/how-to-solve-file_get_contents-and-file-php-errors/45/&quot;To" rel="nofollow">http://phpcode.mypapit.net/how-to-solve-file_get_contents-and-file-php-errors/45/&quot;To</a> remedy this, you can replace file_get_contents() function with PHP cURL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detect ip location, operating system and browser using PHP Detector Library by Arif</title>
		<link>http://phpcode.mypapit.net/detect-ip-location-operating-system-and-browser-using-php-detector-library/46/#comment-27013</link>
		<dc:creator>Arif</dc:creator>
		<pubDate>Sat, 28 Nov 2009 05:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://phpcode.mypapit.net/library/detect-ip-location-operating-system-and-browser-using-php-detector-library/46/#comment-27013</guid>
		<description>That's script to detect IP Adress of user or website?</description>
		<content:encoded><![CDATA[<p>That&#8217;s script to detect IP Adress of user or website?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
