<?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>Nick Duncan &#187; php</title>
	<atom:link href="http://nickduncan.co.za/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://nickduncan.co.za</link>
	<description>The online marketing go-to guy</description>
	<lastBuildDate>Tue, 08 May 2012 19:01:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<atom:link rel='hub' href='http://nickduncan.co.za/?pushpress=hub'/>
		<item>
		<title>Cache certain areas of your page using PHP</title>
		<link>http://nickduncan.co.za/cache-certain-areas-of-your-page-using-php/</link>
		<comments>http://nickduncan.co.za/cache-certain-areas-of-your-page-using-php/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 09:10:16 +0000</pubDate>
		<dc:creator>NickDuncan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[caching php]]></category>
		<category><![CDATA[certain areas]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://nickduncan.co.za/?p=736</guid>
		<description><![CDATA[Sometimes it's necessary to cache only certain elements or areas of your dynamic website to speed up the load times. I recently needed to cache two DIV's that were being dynamically generated on one of my websites.]]></description>
		<wfw:commentRss>http://nickduncan.co.za/cache-certain-areas-of-your-page-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3 error: Warning: Cannot modify header information</title>
		<link>http://nickduncan.co.za/wordpress-3-error-warning-cannot-modify-header-information/</link>
		<comments>http://nickduncan.co.za/wordpress-3-error-warning-cannot-modify-header-information/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 13:28:56 +0000</pubDate>
		<dc:creator>NickDuncan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress 3]]></category>
		<category><![CDATA[wordpress error]]></category>

		<guid isPermaLink="false">http://nickduncan.co.za/?p=593</guid>
		<description><![CDATA[This error message has the ability to drive some developers completely insane. However, the solution to this error is A LOT easier than you think.]]></description>
		<wfw:commentRss>http://nickduncan.co.za/wordpress-3-error-warning-cannot-modify-header-information/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Extracting a domain name with PHP and Regular Expressions</title>
		<link>http://nickduncan.co.za/extracting-a-domain-name-with-php-and-regular-expressions/</link>
		<comments>http://nickduncan.co.za/extracting-a-domain-name-with-php-and-regular-expressions/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 11:22:13 +0000</pubDate>
		<dc:creator>NickDuncan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[extract domain]]></category>
		<category><![CDATA[extract domain php]]></category>
		<category><![CDATA[getting domain with php]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://nickduncan.co.za/?p=387</guid>
		<description><![CDATA[As most of your know, regular expressions can be a nightmare if you don&#8217;t know much about the subject. Here is a quick tutorial on how you can extract the domain name from any URL using regular expressions and PHP. This includes http:// and https:// domain names. &#160; &#60;?php $link1 = &#34;http://nickduncan.co.za/&#34;; $link2 = &#34;http://nickduncan.co.za&#34;; [...]]]></description>
		<wfw:commentRss>http://nickduncan.co.za/extracting-a-domain-name-with-php-and-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stopping SQL Injections</title>
		<link>http://nickduncan.co.za/stopping-sql-injections/</link>
		<comments>http://nickduncan.co.za/stopping-sql-injections/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 21:07:49 +0000</pubDate>
		<dc:creator>NickDuncan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[database security]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[SQL injection]]></category>
		<category><![CDATA[website security]]></category>

		<guid isPermaLink="false">http://nickduncan.co.za/?p=114</guid>
		<description><![CDATA[SQL injection is a code injection technique that exploits a security vulnerability occurring in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed.]]></description>
		<wfw:commentRss>http://nickduncan.co.za/stopping-sql-injections/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PHP Header Include – Saving development time</title>
		<link>http://nickduncan.co.za/php-header-include-%e2%80%93-saving-development-time/</link>
		<comments>http://nickduncan.co.za/php-header-include-%e2%80%93-saving-development-time/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 19:50:26 +0000</pubDate>
		<dc:creator>NickDuncan</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php include]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://nickduncan.co.za/?p=16</guid>
		<description><![CDATA[I have had the opportunity to go through a lot of other developers coding skills and practices in the past few months and I must admit there is a lot of time wasting going on. Are you the type of developer that has a &#60;title&#62;, &#60;meta&#62;, &#60;link&#62; and &#60;body&#62; tag on every page without a global include? If so, let me show you how to simplify your life.]]></description>
		<wfw:commentRss>http://nickduncan.co.za/php-header-include-%e2%80%93-saving-development-time/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

