<?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>phpMoot</title>
	<atom:link href="http://www.phpmoot.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmoot.com</link>
	<description>go with php</description>
	<lastBuildDate>Wed, 15 May 2013 13:11:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>PHP &#8211; WordPress &#8211; Follow me on Twitter Short Code</title>
		<link>http://www.phpmoot.com/php-follow-me-on-twitter-short-code/</link>
		<comments>http://www.phpmoot.com/php-follow-me-on-twitter-short-code/#comments</comments>
		<pubDate>Tue, 14 May 2013 07:38:24 +0000</pubDate>
		<dc:creator>phpMoot</dc:creator>
				<category><![CDATA[PHP - Examples]]></category>

		<guid isPermaLink="false">http://www.phpmoot.com/?p=53834</guid>
		<description><![CDATA[This following PHP example helps you to add a short code in to your WordPress post, there's a person can follow you on twitter. Eg. [twitter username='phpmoot']Follow me on Twitter[/twitter] Code Example:]]></description>
		<wfw:commentRss>http://www.phpmoot.com/php-follow-me-on-twitter-short-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; Credit Card Validation</title>
		<link>http://www.phpmoot.com/php-credit-card-validation/</link>
		<comments>http://www.phpmoot.com/php-credit-card-validation/#comments</comments>
		<pubDate>Wed, 01 May 2013 06:47:01 +0000</pubDate>
		<dc:creator>phpMoot</dc:creator>
				<category><![CDATA[PHP - Examples]]></category>
		<category><![CDATA[validate credit card]]></category>

		<guid isPermaLink="false">http://www.phpmoot.com/?p=53829</guid>
		<description><![CDATA[This following PHP example helps you to validate the credit card number with its financial services corporation. Code Example:]]></description>
		<wfw:commentRss>http://www.phpmoot.com/php-credit-card-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; WordPress &#8211; Add a Read More Link</title>
		<link>http://www.phpmoot.com/php-wordpress-add-a-read-more-link/</link>
		<comments>http://www.phpmoot.com/php-wordpress-add-a-read-more-link/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 14:21:01 +0000</pubDate>
		<dc:creator>phpMoot</dc:creator>
				<category><![CDATA[PHP - Examples]]></category>

		<guid isPermaLink="false">http://www.phpmoot.com/?p=53826</guid>
		<description><![CDATA[This following PHP example helps you to Add a read more link in WordPress. Code Example:]]></description>
		<wfw:commentRss>http://www.phpmoot.com/php-wordpress-add-a-read-more-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; Download a File from the FTP Server and Save it in a Local File</title>
		<link>http://www.phpmoot.com/php-download-a-file-from-the-ftp-server-and-save-it-in-a-local-file/</link>
		<comments>http://www.phpmoot.com/php-download-a-file-from-the-ftp-server-and-save-it-in-a-local-file/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 07:47:52 +0000</pubDate>
		<dc:creator>phpMoot</dc:creator>
				<category><![CDATA[PHP - Examples]]></category>

		<guid isPermaLink="false">http://www.phpmoot.com/?p=53821</guid>
		<description><![CDATA[This following PHP example helps you to download a file from the FTP server and save it to your loacal server. Code Example:]]></description>
		<wfw:commentRss>http://www.phpmoot.com/php-download-a-file-from-the-ftp-server-and-save-it-in-a-local-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Email Validator – Email MX DNS Record Check</title>
		<link>http://www.phpmoot.com/php-email-validator-%e2%80%93-email-mx-dns-record-check/</link>
		<comments>http://www.phpmoot.com/php-email-validator-%e2%80%93-email-mx-dns-record-check/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 08:41:39 +0000</pubDate>
		<dc:creator>phpMoot</dc:creator>
				<category><![CDATA[PHP - Examples]]></category>

		<guid isPermaLink="false">http://www.phpmoot.com/?p=53807</guid>
		<description><![CDATA[Validating an email address is one of the hardest feats on the web. A valid email can be marketing gold, but an invalid email address is dead weight. Not only does it require a CPU-taxing PHP regular expression ("/^[A-z0-9\._-]+"."@" . "[A-z0-9][A-z0-9-]*". "(\.[A-z0-9_-]+)*"."\.([A-z]{2,6})$/"), the regular expression can be useless even after it's validated for format if the domain doesn't exist. A regular expression simply wont do -- we need to think more low-level. What does email at any domain require? A DNS MX record. Well, PHP provides a great solution to validate that there's a MX record for the provided email address' domain. Code Example:]]></description>
		<wfw:commentRss>http://www.phpmoot.com/php-email-validator-%e2%80%93-email-mx-dns-record-check/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP – WordPress &#8211; Disable Sidebars, Widgets on Page Template</title>
		<link>http://www.phpmoot.com/php-%e2%80%93-wordpress-disable-sidebars-widgets-on-page-template/</link>
		<comments>http://www.phpmoot.com/php-%e2%80%93-wordpress-disable-sidebars-widgets-on-page-template/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 08:27:56 +0000</pubDate>
		<dc:creator>phpMoot</dc:creator>
				<category><![CDATA[PHP - Examples]]></category>

		<guid isPermaLink="false">http://www.phpmoot.com/?p=53799</guid>
		<description><![CDATA[The following php example helps you disable (remove) some sidebars, or widgets at all in WordPress on page template with suffix in the template name (*-no-widgets.php, *-no-sidebars.php)p. Code Example:]]></description>
		<wfw:commentRss>http://www.phpmoot.com/php-%e2%80%93-wordpress-disable-sidebars-widgets-on-page-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP – Information About a User Device</title>
		<link>http://www.phpmoot.com/php-%e2%80%93-information-about-a-user-device/</link>
		<comments>http://www.phpmoot.com/php-%e2%80%93-information-about-a-user-device/#comments</comments>
		<pubDate>Mon, 04 Mar 2013 08:09:35 +0000</pubDate>
		<dc:creator>phpMoot</dc:creator>
				<category><![CDATA[PHP - Examples]]></category>

		<guid isPermaLink="false">http://www.phpmoot.com/?p=53795</guid>
		<description><![CDATA[The following php example helps you get the information about the device, either it's tablet, mobile or desktop. Code Example:]]></description>
		<wfw:commentRss>http://www.phpmoot.com/php-%e2%80%93-information-about-a-user-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; Download File With a Speed Limit</title>
		<link>http://www.phpmoot.com/php-download-file-with-a-speed-limit/</link>
		<comments>http://www.phpmoot.com/php-download-file-with-a-speed-limit/#comments</comments>
		<pubDate>Sun, 03 Mar 2013 16:06:04 +0000</pubDate>
		<dc:creator>phpMoot</dc:creator>
				<category><![CDATA[PHP - Examples]]></category>

		<guid isPermaLink="false">http://www.phpmoot.com/?p=53785</guid>
		<description><![CDATA[This PHP example helps to allows you set a limitation for download rate of the file that visitors download from your site. Code Example:]]></description>
		<wfw:commentRss>http://www.phpmoot.com/php-download-file-with-a-speed-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP – Information About a Particular Calendar</title>
		<link>http://www.phpmoot.com/php-%e2%80%93-information-about-a-particular-calendar/</link>
		<comments>http://www.phpmoot.com/php-%e2%80%93-information-about-a-particular-calendar/#comments</comments>
		<pubDate>Wed, 16 Jan 2013 08:24:57 +0000</pubDate>
		<dc:creator>phpMoot</dc:creator>
				<category><![CDATA[PHP - Examples]]></category>

		<guid isPermaLink="false">http://www.phpmoot.com/?p=53627</guid>
		<description><![CDATA[This function returns information about a particular calendar. Calendar information is returned as an array containing the elements calname, calsymbol, month, abbrevmonth and maxdaysinmonth. The names of the different calendars which can be used as calendar are as follows: 0 or CAL_GREGORIAN - Gregorian Calendar 1 or CAL_JULIAN - Julian Calendar 2 or CAL_JEWISH - Jewish Calendar 3 or CAL_FRENCH - French Revolutionary Calendar If no calendar is specified information on all supported calendars is returned as an array. Code Example: The output will be:]]></description>
		<wfw:commentRss>http://www.phpmoot.com/php-%e2%80%93-information-about-a-particular-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP – Calculate the Product of Values in an Array</title>
		<link>http://www.phpmoot.com/php-%e2%80%93-calculate-the-product-of-values-in-an-array/</link>
		<comments>http://www.phpmoot.com/php-%e2%80%93-calculate-the-product-of-values-in-an-array/#comments</comments>
		<pubDate>Fri, 11 Jan 2013 11:21:14 +0000</pubDate>
		<dc:creator>phpMoot</dc:creator>
				<category><![CDATA[PHP - Examples]]></category>

		<guid isPermaLink="false">http://www.phpmoot.com/?p=53624</guid>
		<description><![CDATA[This function returns the product(multiply) of values in an array as an integer or float. Code Example:]]></description>
		<wfw:commentRss>http://www.phpmoot.com/php-%e2%80%93-calculate-the-product-of-values-in-an-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP – Gets File Modification Time</title>
		<link>http://www.phpmoot.com/php-%e2%80%93-gets-file-modification-time/</link>
		<comments>http://www.phpmoot.com/php-%e2%80%93-gets-file-modification-time/#comments</comments>
		<pubDate>Thu, 10 Jan 2013 06:46:06 +0000</pubDate>
		<dc:creator>phpMoot</dc:creator>
				<category><![CDATA[PHP - Examples]]></category>
		<category><![CDATA[filetime]]></category>

		<guid isPermaLink="false">http://www.phpmoot.com/?p=53620</guid>
		<description><![CDATA[This function returns the time when the content of the file was changed last time. Code Example:]]></description>
		<wfw:commentRss>http://www.phpmoot.com/php-%e2%80%93-gets-file-modification-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP – Read Entire gz-file into an Array</title>
		<link>http://www.phpmoot.com/php-%e2%80%93-read-entire-gz-file-into-an-array/</link>
		<comments>http://www.phpmoot.com/php-%e2%80%93-read-entire-gz-file-into-an-array/#comments</comments>
		<pubDate>Wed, 09 Jan 2013 07:44:18 +0000</pubDate>
		<dc:creator>phpMoot</dc:creator>
				<category><![CDATA[PHP - Examples]]></category>

		<guid isPermaLink="false">http://www.phpmoot.com/?p=53616</guid>
		<description><![CDATA[This function is identical to readgzfile(), except that it returns the file in an array. Code Example:]]></description>
		<wfw:commentRss>http://www.phpmoot.com/php-%e2%80%93-read-entire-gz-file-into-an-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP – Parse a URL and Return its Components</title>
		<link>http://www.phpmoot.com/php-%e2%80%93-parse-a-url-and-return-its-components/</link>
		<comments>http://www.phpmoot.com/php-%e2%80%93-parse-a-url-and-return-its-components/#comments</comments>
		<pubDate>Tue, 08 Jan 2013 11:20:26 +0000</pubDate>
		<dc:creator>phpMoot</dc:creator>
				<category><![CDATA[PHP - Examples]]></category>

		<guid isPermaLink="false">http://www.phpmoot.com/?p=53609</guid>
		<description><![CDATA[This function parses a URL and returns an associative array containing any of the various components of the URL that are present. Code Example: Output]]></description>
		<wfw:commentRss>http://www.phpmoot.com/php-%e2%80%93-parse-a-url-and-return-its-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
