<?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</title>
	<atom:link href="http://www.anil2u.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anil2u.info</link>
	<description>PHP - OSCommerce - CakePHP - CodeIgniter - JavaScript - Smarty - Drupal - Articles on PHP - SEO</description>
	<lastBuildDate>Mon, 23 Aug 2010 10:19:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Most influenced people in programming world</title>
		<link>http://www.anil2u.info/2010/08/21/most-influenced-people-in-programming-world/</link>
		<comments>http://www.anil2u.info/2010/08/21/most-influenced-people-in-programming-world/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 06:58:54 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=677</guid>
		<description><![CDATA[

Tim Berners – Lee


DOB : June 8th,1955
 1989 : Inventor of HTML and www
 Director of World Wide Web Consortium (W3C)
 Founder of the World Wide Web Foundation




 
Matt Mullenweg



Matt Mullenweg
DOB : Jan 11th, 1984
Founder of wordpress (2005).
2005 : Founded Automatic
Wordpress receives 90 millions visits monthly.
Turned down 200 million dollars to sell his company.
DOB : [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/08/21/most-influenced-people-in-programming-world/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>how to change order of display posts using php</title>
		<link>http://www.anil2u.info/2010/08/15/how-to-change-order-of-display-posts-using-php/</link>
		<comments>http://www.anil2u.info/2010/08/15/how-to-change-order-of-display-posts-using-php/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 08:03:52 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Anil Kumar Panigrahi]]></category>
		<category><![CDATA[change order]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=673</guid>
		<description><![CDATA[Hi friends,
This post is to change the order in admin and display those content depends on order. Today i want to share with you all.
Take table that

CREATE TABLE tblOrder &#40;
  `post_id` int&#40;11&#41; ,
  `sortorder` int&#40;11&#41; NOT NULL default '0',
&#41;

At the admin section: PHP Code
manageorder.php

&#60;?php 
$query   = &#34;SELECT * FROM tblOrder order [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/08/15/how-to-change-order-of-display-posts-using-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to set username for facebook pages</title>
		<link>http://www.anil2u.info/2010/07/31/how-to-set-username-for-facebook-pages/</link>
		<comments>http://www.anil2u.info/2010/07/31/how-to-set-username-for-facebook-pages/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 09:39:59 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[facebook pages]]></category>
		<category><![CDATA[username]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=662</guid>
		<description><![CDATA[Hi friends,
Recently i changed my facebook page with username. I want to share with you all how to set username to facebook pages. In the past pages URL like /pages/id=11111111 , Now we can change it by following procedure.
1) Create facebook page and keep on postings.
2) When 25 friends connected with your page then we [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/07/31/how-to-set-username-for-facebook-pages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to detect virus attacked sites?</title>
		<link>http://www.anil2u.info/2010/07/26/how-to-detect-virus-attacked-sites/</link>
		<comments>http://www.anil2u.info/2010/07/26/how-to-detect-virus-attacked-sites/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 11:06:27 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=648</guid>
		<description><![CDATA[Hi friends,
In this post, i am trying to explain how to detect virus in the site. Most of the sites attacked with small script is append at end of page and before body tag. Another type virus is add iframes in the code. This virus mostly attacked for blogs and forums.
If you are using firefox, try to [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/07/26/how-to-detect-virus-attacked-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oscommerce issues</title>
		<link>http://www.anil2u.info/2010/07/21/oscommerce-issues/</link>
		<comments>http://www.anil2u.info/2010/07/21/oscommerce-issues/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 06:37:29 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[OsCommerce]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=635</guid>
		<description><![CDATA[Recently one of my friend installed php 5.3 version in his system , and working on oscommerce project. When he trying to run the application he got some fatal errors. I want to discuss some of them and how rectify it.
1)  Deprecated: Function eregi() is deprecated in C:\xampp\htdocs\sportstrack\catalog\includes\classes\language.php
To overcome this error :
in language.php at [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/07/21/oscommerce-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Work with SVN</title>
		<link>http://www.anil2u.info/2010/07/13/work-with-svn/</link>
		<comments>http://www.anil2u.info/2010/07/13/work-with-svn/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 16:26:36 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=628</guid>
		<description><![CDATA[Hi friends,
Now a days maintaining backup files very difficult with small changes in the file. Example If we taken file and backup it and done few changes in that file. After few days if we look into that file,it is difficult us to identify at which part we changed in the new file when compare [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/07/13/work-with-svn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to create rss feeds using php and mysql</title>
		<link>http://www.anil2u.info/2010/07/02/how-to-create-rss-feeds-using-php-and-mysql/</link>
		<comments>http://www.anil2u.info/2010/07/02/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[PHP Code]]></category>
		<category><![CDATA[mysql]]></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[Hi friends,
In this post i want to explain how to create rss feeds using php code and get the data from mysql table.
1) Connect to database:
We already discussed about how to connect database using php code.See the following code to connect database:

1
2
3
4
5
6
7
8
9
10
11
&#160;
&#60;?php
DEFINE &#40;'DB_USER', 'root'&#41;;
DEFINE &#40;'DB_PASSWORD', 'root'&#41;;
DEFINE &#40;'DB_HOST', 'localhost'&#41;;
DEFINE &#40;'DB_NAME', 'rss'&#41;;
&#160;
// Make the connnection and then [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/07/02/how-to-create-rss-feeds-using-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Copy text from remote url using php code</title>
		<link>http://www.anil2u.info/2010/06/27/copy-text-from-remote-url-using-php-code/</link>
		<comments>http://www.anil2u.info/2010/06/27/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 is simple copy text from another site, but it will be useful for who are new to php.

	Tags: Anil [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/06/27/copy-text-from-remote-url-using-php-code/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Presentation regarding php frameworks</title>
		<link>http://www.anil2u.info/2010/06/24/presentation-regarding-php-frameworks/</link>
		<comments>http://www.anil2u.info/2010/06/24/presentation-regarding-php-frameworks/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 19:09:53 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=615</guid>
		<description><![CDATA[Hi friends,
This is my presentation ralated to php frameworks. And explained more about codeigniter framework and along with sample application and screenshots. Once go thouth it.
Php frameworks
View more presentations from anil2u.

No tags for this post.]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/06/24/presentation-regarding-php-frameworks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to download a file using php code</title>
		<link>http://www.anil2u.info/2010/06/19/how-to-download-a-file-using-php-code/</link>
		<comments>http://www.anil2u.info/2010/06/19/how-to-download-a-file-using-php-code/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 18:57:23 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[PHP Code]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=611</guid>
		<description><![CDATA[In this post, i want to explain download any file using php script.It will useful when we are developing a website like In that website have list of files and users can download those files.
Script is as follows:
&#60;?php
$filename = &#8216;[file name].[extension]&#8216;;
$ctype=&#8221;application/[extension]&#8220;;
// required for IE, otherwise Content-disposition is ignored
if(ini_get(&#8216;zlib.output_compression&#8217;))
ini_set(&#8216;zlib.output_compression&#8217;, &#8216;Off&#8217;);
header(&#8220;Pragma: public&#8221;); // required
header(&#8220;Expires: 0&#8243;);
header(&#8220;Cache-Control: must-revalidate, post-check=0, [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/06/19/how-to-download-a-file-using-php-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
