<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ANIL KUMAR PANIGRAHI &#039;s Blog &#187; blog</title>
	<atom:link href="http://www.anil2u.info/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anil2u.info</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 18:21:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to create rss feeds using php and mysql</title>
		<link>http://www.anil2u.info/2010/07/how-to-create-rss-feeds-using-php-and-mysql/</link>
		<comments>http://www.anil2u.info/2010/07/how-to-create-rss-feeds-using-php-and-mysql/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 18:43:20 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Anil]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=620</guid>
		<description><![CDATA[In this post i want to explain how to create rss feeds using php code and get the data from mysql table. It is very simple to develop and use. &#160; Step 1 : Connect to database &#160; We already discussed about how to connect database using php code.See the following code to connect database: [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/07/how-to-create-rss-feeds-using-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Copy text from remote url using php code</title>
		<link>http://www.anil2u.info/2010/06/copy-text-from-remote-url-using-php-code/</link>
		<comments>http://www.anil2u.info/2010/06/copy-text-from-remote-url-using-php-code/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 10:28:24 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[copy text]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[remote site]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=618</guid>
		<description><![CDATA[The following script to copy the text from remote url using php code. &#60;?php $regex = '/]*&#62;(.*&#60;\/body&#62;/smi'; &#160; /*END config, BEGIN html*/ &#160; $data = file_get_contents&#40;$siteName&#41; or die&#40;'Cannot read ' . $siteName&#41;; &#160; preg_match&#40;$regex, $data, $cleanData&#41;; &#160; if&#40;!empty&#40;$cleanData&#41;&#41; &#160; $data = $cleanData&#91;1&#93;; &#160; echo $data; &#160; ?&#62; &#160; &#60;!-- HTML Footer Data here... --&#62; This [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/06/copy-text-from-remote-url-using-php-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to highlight the source code in our php application?</title>
		<link>http://www.anil2u.info/2010/03/how-to-highlight-the-source-code-in-our-php-application/</link>
		<comments>http://www.anil2u.info/2010/03/how-to-highlight-the-source-code-in-our-php-application/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 11:02:31 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Kumar Panigrahi]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[highlight code]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=511</guid>
		<description><![CDATA[Hi friends, In our php application some times we want to highlight the source code to user friendly , so the following function helped you to highlight the source code. 12345678910111213&#60;?php if &#40;!empty&#40;$_POST&#91;'text'&#93;&#41;&#41;&#123; echo '&#60;div style=&#34;border: solid 1px red; width:300px;height: 150px; padding: 20px; margin: 20px&#34;&#62;'; highlight_string&#40;stripslashes&#40;$_POST&#91;'text'&#93;&#41;&#41;; echo '&#60;/div&#62;'; &#125; ?&#62; &#60;form action=&#34;&#60;?php echo $_SERVER&#91;'PHP_SELF'&#93;?&#62;&#34; method=&#34;post&#34;&#62; [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/03/how-to-highlight-the-source-code-in-our-php-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to send external html content mail using php?</title>
		<link>http://www.anil2u.info/2009/09/how-to-external-html-content-to-the-mail-using-php/</link>
		<comments>http://www.anil2u.info/2009/09/how-to-external-html-content-to-the-mail-using-php/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 11:58:51 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[conent]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[phpmailer]]></category>

		<guid isPermaLink="false">http://anil2u.wordpress.com/?p=306</guid>
		<description><![CDATA[Hi, The following code will work, this functionality is use the external html content as email body. And send mails with neatly formatted html content using simple php mailer class. PHP Code 123456789101112131415$mail = new PHPMailer&#40;&#41;; $mail-&#62;IsMail&#40;&#41;; $mail-&#62;Timeout &#160;= 360; $mail-&#62;From = &#34;&#34;; $mail-&#62;FromName = &#34;&#34;; $mail-&#62;AddReplyTo&#40;“”&#41;; $mail-&#62;AddAddress&#40;$Email&#41;; $mail-&#62;IsHTML&#40;true&#41;; $mail-&#62;Subject = &#34;Html as email&#34;; $file [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2009/09/how-to-external-html-content-to-the-mail-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Profile</title>
		<link>http://www.anil2u.info/myprofile/</link>
		<comments>http://www.anil2u.info/myprofile/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 09:41:50 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Openinon about this blog]]></category>
		<category><![CDATA[Anil Kumar Panigrahi]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[codeigniter contribution]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[facebook applications]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[google checkout]]></category>
		<category><![CDATA[payment gateways]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[protx]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Smarty]]></category>
		<category><![CDATA[sms gateway]]></category>

		<guid isPermaLink="false">http://anil2u.wordpress.com/?page_id=28</guid>
		<description><![CDATA[Anil Kumar Panigrahi @ +91  - 9393033939 Contact me @ kumaranil21@gmail.com My Domain @ http://www.anil2u.info My Blog @ http://awesome-gallery.blogspot.com Twitter @ http://www.twitter.com/anil2u Professional Experience Exposure to software design, development, implementation and maintenance of web applications, CMS Technologies, Shopping carts, new frameworks, Blog (wordpress), AJAX and JavaScript. Implemented Google Analytical Using API and PHP Video applications [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/myprofile/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

