<?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; PHP Code</title>
	<atom:link href="http://www.anil2u.info/tag/php-code/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>Multi-language support for web application with MySql and PHP</title>
		<link>http://www.anil2u.info/2011/08/multi-language-support-for-web-application-with-mysql-and-php/</link>
		<comments>http://www.anil2u.info/2011/08/multi-language-support-for-web-application-with-mysql-and-php/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 07:26:54 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[General Category]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Simple CSS Code]]></category>
		<category><![CDATA[Style & Scripts]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[anil2u]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[Multi-language]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=870</guid>
		<description><![CDATA[Hi friends, in this post i would like to explain about Multi-language support for web application with MySql and PHP. I got many requests from users to multi-language using google translator is fine but the grammar is not properly established. So we can avoid and easily implement using mysql and php. I have removed this [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/08/multi-language-support-for-web-application-with-mysql-and-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to add or remove file fields using jquery</title>
		<link>http://www.anil2u.info/2011/07/how-to-add-or-remove-file-fields-using-jquery/</link>
		<comments>http://www.anil2u.info/2011/07/how-to-add-or-remove-file-fields-using-jquery/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 12:57:24 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Style & Scripts]]></category>
		<category><![CDATA[add or remove file fields]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[file fields]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=852</guid>
		<description><![CDATA[In this post i am going to explain about how to add or remove file fields using jquery and upload using php code. In my previous code Multiple Upload files using php and javascript explained using simple javascript code. Now i will explain using jquery and with less code to implement. Javascript code: &#160; 1234567891011121314151617&#160; [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/07/how-to-add-or-remove-file-fields-using-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to calculate statistics in daily, weekly , monthly and yearly using php</title>
		<link>http://www.anil2u.info/2011/06/how-to-calculate-statistics-in-daily-weekly-monthly-and-yearly-using-php/</link>
		<comments>http://www.anil2u.info/2011/06/how-to-calculate-statistics-in-daily-weekly-monthly-and-yearly-using-php/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 13:14:49 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[General Category]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[calculate using php]]></category>
		<category><![CDATA[days report]]></category>
		<category><![CDATA[monthly report]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[weekly report]]></category>
		<category><![CDATA[yearly report]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=836</guid>
		<description><![CDATA[In this post i am going to explain about how to calculate statistics in daily, weekly , monthly and yearly using php. Recently i have worked in this concept. In the administration section we need to display these type statistics. I will explain graphs in the next post. Get these information from the database and [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/06/how-to-calculate-statistics-in-daily-weekly-monthly-and-yearly-using-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to rectify json_encode returns null in php web services</title>
		<link>http://www.anil2u.info/2011/06/how-to-rectify-json_encode-returns-null-in-php-web-services/</link>
		<comments>http://www.anil2u.info/2011/06/how-to-rectify-json_encode-returns-null-in-php-web-services/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 05:54:39 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[General Category]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[json_encode]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=833</guid>
		<description><![CDATA[Hi friends, In this post i would like to explain about How to rectify json_encode returns null in php web services. In the previous post we know about How to write a webservices using php with json format . There is small issue with some special character return null when convert the string into json_encode [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/06/how-to-rectify-json_encode-returns-null-in-php-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add HTML content in php mail() function</title>
		<link>http://www.anil2u.info/2011/06/how-to-add-html-content-in-php-mail-function/</link>
		<comments>http://www.anil2u.info/2011/06/how-to-add-html-content-in-php-mail-function/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 09:40:49 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[HTML content]]></category>
		<category><![CDATA[mail()]]></category>
		<category><![CDATA[php mailer]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=828</guid>
		<description><![CDATA[In this post i would like to explain about how to add HTML content to php mail() function. Few servers are supports php mailer class then we can send mails with Sending mails using php mailer class . And few servers are not supporting php mailer class. For those below function will be useful to [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/06/how-to-add-html-content-in-php-mail-function/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to calculate the list of dates between two dates</title>
		<link>http://www.anil2u.info/2011/06/how-to-calculate-the-list-of-dates-between-two-dates/</link>
		<comments>http://www.anil2u.info/2011/06/how-to-calculate-the-list-of-dates-between-two-dates/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 11:37:31 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[How to calculate the list of dates between two dates]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=824</guid>
		<description><![CDATA[In this post i want to explain how to calculate the list of dates between two dates using php code. Just we have to give the starting date and ending date and this function will calculate the dates including leap year and monthly days &#8230; It will be mainly useful in the calculate the statistics [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/06/how-to-calculate-the-list-of-dates-between-two-dates/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP Captcha and reCaptcha options for web forms using javascript</title>
		<link>http://www.anil2u.info/2011/01/php-captcha-and-recaptcha-options-for-web-forms-using-javascript/</link>
		<comments>http://www.anil2u.info/2011/01/php-captcha-and-recaptcha-options-for-web-forms-using-javascript/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 08:52:46 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[Captcha]]></category>
		<category><![CDATA[reCaptcha options]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=770</guid>
		<description><![CDATA[Hi friends, This is a simple code to build a captcha code with recaptcha options with simple javascript and PHP code. Now a days SPAM messages are increasing. To stop the SPAM and validating the forms with using this simple captcha code. This post explains how to build a simple captcha using javascript, php with [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2011/01/php-captcha-and-recaptcha-options-for-web-forms-using-javascript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>Thumbnail image creation using php code</title>
		<link>http://www.anil2u.info/2010/06/thumbnail-image-creation-using-php-code/</link>
		<comments>http://www.anil2u.info/2010/06/thumbnail-image-creation-using-php-code/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 08:55:59 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=595</guid>
		<description><![CDATA[In this post explains how to create thumbnail image using php code. function make_thumb($img_name,$filename,$new_w,$new_h) { //get image extension. $ext=getExtension($img_name); //creates the new image using the appropriate function from gd library if(!strcmp(&#8220;jpg&#8221;,$ext) &#124;&#124; !strcmp(&#8220;JPG&#8221;,$ext) &#124;&#124; !strcmp(&#8220;jpeg&#8221;,$ext) &#124;&#124; !strcmp(&#8220;JPEG&#8221;,$ext)) $src_img=imagecreatefromjpeg($img_name); if(!strcmp(&#8220;gif&#8221;,$ext) &#124;&#124; !strcmp(&#8220;GIF&#8221;,$ext)) $src_img=imagecreatefromgif($img_name); if(!strcmp(&#8220;png&#8221;,$ext) &#124;&#124; !strcmp(&#8220;PNG&#8221;,$ext)) $src_img=imagecreatefrompng($img_name); //gets the dimmensions of the image $old_x=imagesx($src_img); $old_y=imagesy($src_img); $ratio1=$old_x/$new_w; [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/06/thumbnail-image-creation-using-php-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get complete information about server using php code</title>
		<link>http://www.anil2u.info/2010/03/how-to-get-complete-information-about-server-using-php-code/</link>
		<comments>http://www.anil2u.info/2010/03/how-to-get-complete-information-about-server-using-php-code/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 18:00:19 +0000</pubDate>
		<dc:creator>Anil Kumar Panigrahi</dc:creator>
				<category><![CDATA[PHP Code]]></category>
		<category><![CDATA[Anil Labs]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.anil2u.info/?p=513</guid>
		<description><![CDATA[Hi, In php there is one predefined variable called $_SERVER, with that only we can get the complete information about server. We can get all server information with the below code. And easily access the information for your coding part. Once check the below script: 1234567891011121314151617181920&#60;?php echo &#34;&#60;table border = '2' style='color:#ffffff;'&#62;&#34;; $i = 0; [...]]]></description>
		<wfw:commentRss>http://www.anil2u.info/2010/03/how-to-get-complete-information-about-server-using-php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

