<?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>PHP MySQL Brain</title>
	<atom:link href="http://www.phpmysqlbrain.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmysqlbrain.com</link>
	<description>PHP MySQL &#124; PHP Tutorials &#124; MySQL Tutorials &#124; PHP Scripts &#124; Programming Samples</description>
	<lastBuildDate>Thu, 19 Aug 2010 12:06:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Split a string and store into an array</title>
		<link>http://www.phpmysqlbrain.com/scripts/split-a-string-and-store-into-an-array/</link>
		<comments>http://www.phpmysqlbrain.com/scripts/split-a-string-and-store-into-an-array/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 12:02:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP SCRIPTS]]></category>

		<guid isPermaLink="false">http://www.phpmysqlbrain.com/?p=279</guid>
		<description><![CDATA[This PHP script code is for split a string into the specified length and store it into an array. Here we are using a form to enter the string to split , length at which split process and the cut mode . In normal cut modes split wont happen in the middle of a single [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlbrain.com/scripts/split-a-string-and-store-into-an-array/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>PHP wordwrap function</title>
		<link>http://www.phpmysqlbrain.com/syntax/php-wordwrap-function/</link>
		<comments>http://www.phpmysqlbrain.com/syntax/php-wordwrap-function/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 11:29:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Strings handling]]></category>
		<category><![CDATA[PHP Syntax]]></category>

		<guid isPermaLink="false">http://www.phpmysqlbrain.com/?p=275</guid>
		<description><![CDATA[PHP wordwrap() function is used for wrapping a string to a given number of characters. It will cut the string at the specified length and insert the string or character we have entered at that position. Its Syntax will be : wordwrap ( string , length , break character , cut mode ); First parameter [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlbrain.com/syntax/php-wordwrap-function/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>A Prime Number list generation PHP script</title>
		<link>http://www.phpmysqlbrain.com/scripts/a-prime-number-list-generation-php-script/</link>
		<comments>http://www.phpmysqlbrain.com/scripts/a-prime-number-list-generation-php-script/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 13:48:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP SCRIPTS]]></category>

		<guid isPermaLink="false">http://www.phpmysqlbrain.com/?p=272</guid>
		<description><![CDATA[A prime number is defined as a number which can be only divisible by 1 and that number itself. That number cannot be divisible by any other number. So if we try to divide that number by any other number between one and that number , we will get a remainder. According to the prime [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlbrain.com/scripts/a-prime-number-list-generation-php-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Fibonacci Series printing</title>
		<link>http://www.phpmysqlbrain.com/scripts/php-fibonacci-series-printing/</link>
		<comments>http://www.phpmysqlbrain.com/scripts/php-fibonacci-series-printing/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 13:03:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP SCRIPTS]]></category>

		<guid isPermaLink="false">http://www.phpmysqlbrain.com/?p=267</guid>
		<description><![CDATA[A Fibonacci Series of numbers will look like 0 , 1 , 1 , 2 , 3 , 5 , 8 , 13 , 21 , 34 , 55 First two Fibonacci numbers are 0 and 1 . After that each number will be the sum of previous two numbers . Here we can see [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlbrain.com/scripts/php-fibonacci-series-printing/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>PHP html_entity_decode – convert to characters</title>
		<link>http://www.phpmysqlbrain.com/syntax/php-html_entity_decode-convert-to-characters/</link>
		<comments>http://www.phpmysqlbrain.com/syntax/php-html_entity_decode-convert-to-characters/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 13:24:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Strings handling]]></category>
		<category><![CDATA[PHP Syntax]]></category>

		<guid isPermaLink="false">http://www.phpmysqlbrain.com/?p=254</guid>
		<description><![CDATA[PHP html_entity_decode function is used for covert the HTML entities to its corresponding characters.This function can be used for decode the string maid by htmlentities function.In this tutorial we will learn about the use, syntax and declaration of html_entity_decode function in PHP programs.]]></description>
		<wfw:commentRss>http://www.phpmysqlbrain.com/syntax/php-html_entity_decode-convert-to-characters/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>PHP htmlentities() – convert characters to html entities</title>
		<link>http://www.phpmysqlbrain.com/syntax/php-htmlentities-convert-characters-to-html-entities/</link>
		<comments>http://www.phpmysqlbrain.com/syntax/php-htmlentities-convert-characters-to-html-entities/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 12:50:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Strings handling]]></category>
		<category><![CDATA[PHP Syntax]]></category>

		<guid isPermaLink="false">http://www.phpmysqlbrain.com/?p=249</guid>
		<description><![CDATA[PHP htmlentities function is used for covert the characters to its HTML entities. This function will automatically identify the characters which have an equivalent HTML entity , and then convert to it.In this tutorial we will learn about the use, syntax and declaration of htmlentities function in PHP programs]]></description>
		<wfw:commentRss>http://www.phpmysqlbrain.com/syntax/php-htmlentities-convert-characters-to-html-entities/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>PHP search in array</title>
		<link>http://www.phpmysqlbrain.com/syntax/php-search-in-array/</link>
		<comments>http://www.phpmysqlbrain.com/syntax/php-search-in-array/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 13:08:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Syntax]]></category>
		<category><![CDATA[Difference between in_array and array_search]]></category>
		<category><![CDATA[PHP array_search]]></category>
		<category><![CDATA[PHP in_array]]></category>

		<guid isPermaLink="false">http://www.phpmysqlbrain.com/?p=245</guid>
		<description><![CDATA[In this tutorial we are going to learn how to search in array. In PHP we can use in_array() and  array_search() functions for this. In this tutorial we will learn about the use, syntax and declaration and difference between these function for searching a value in array using PHP]]></description>
		<wfw:commentRss>http://www.phpmysqlbrain.com/syntax/php-search-in-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP array_key_exists &#8211; checking a key exist in array</title>
		<link>http://www.phpmysqlbrain.com/syntax/php-array_key_exists-checking-a-key-exist-in-array/</link>
		<comments>http://www.phpmysqlbrain.com/syntax/php-array_key_exists-checking-a-key-exist-in-array/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 12:37:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Syntax]]></category>
		<category><![CDATA[search key in array]]></category>

		<guid isPermaLink="false">http://www.phpmysqlbrain.com/?p=243</guid>
		<description><![CDATA[PHP array_key_exists function is used for checking a specified key or index exists in an array. It will return TRUE if the specified key exists in array or it will return FALSE if that key is not present in the array.Its using for a key search in an array. We don&#8217;t need to use loop [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlbrain.com/syntax/php-array_key_exists-checking-a-key-exist-in-array/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP mail() &#8211; send email</title>
		<link>http://www.phpmysqlbrain.com/syntax/php-mail-send-email/</link>
		<comments>http://www.phpmysqlbrain.com/syntax/php-mail-send-email/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 13:05:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Syntax]]></category>
		<category><![CDATA[Enquiry form for sending email]]></category>
		<category><![CDATA[Sending email from a HTML contact form]]></category>

		<guid isPermaLink="false">http://www.phpmysqlbrain.com/?p=240</guid>
		<description><![CDATA[PHP mail() function is used for sending emails from your website. Syntax of mail() function is : mail (to email , Subject of email , email message , header , additional parameters ); Here First parameter will be the email address of the receiver Second parameter will be the Subject ( title ) of your [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlbrain.com/syntax/php-mail-send-email/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>PHP explode() &#8211; split a string by string into array</title>
		<link>http://www.phpmysqlbrain.com/syntax/php-explode-split-a-string-by-string-into-array/</link>
		<comments>http://www.phpmysqlbrain.com/syntax/php-explode-split-a-string-by-string-into-array/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 14:36:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP Strings handling]]></category>
		<category><![CDATA[PHP Syntax]]></category>

		<guid isPermaLink="false">http://www.phpmysqlbrain.com/?p=236</guid>
		<description><![CDATA[PHP explode() function is used for split a string by another string into an array.This function is used when we need to split a string using a specific character or string present in that string. Its Syntax will be : explode (delimiter string , string to explode , LIMIT ); Here delimiter string will declare [...]]]></description>
		<wfw:commentRss>http://www.phpmysqlbrain.com/syntax/php-explode-split-a-string-by-string-into-array/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
	</channel>
</rss>

