<?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>Help Source for Coders - Get Slunked! &#187; PHP</title>
	<atom:link href="http://slunked.com/blog/?cat=17&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://slunked.com/blog</link>
	<description>Providing clear instructions and tutorials to coding users!</description>
	<lastBuildDate>Sat, 13 Aug 2011 14:05:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Create Directory in PHP with User Input</title>
		<link>http://slunked.com/blog/2010/01/create-directory-php-user-input/</link>
		<comments>http://slunked.com/blog/2010/01/create-directory-php-user-input/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 23:20:42 +0000</pubDate>
		<dc:creator>Frost</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[dir]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[POST data]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.slunked.com/blog/?p=122</guid>
		<description><![CDATA[Recently I had an inquiry about how I would go about creating a directory in a PHP script using a FORM with POST / GET data. Creating a Directory from a PHP script using PHP is not all that easy and should be done with caution, as you want to make sure that you validate the input and prevent un-wanted characters from being used to create a directory.<br /><br /><a href="http://www.slunked.com/blog/php/2010/01/create-directory-php-user-input" title="Create Directory in PHP with User Input">Read the full blog.</a>]]></description>
		<wfw:commentRss>http://slunked.com/blog/2010/01/create-directory-php-user-input/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How to Fix Header Already Sent Error in PHP</title>
		<link>http://slunked.com/blog/2010/01/how-to-fix-header-already-sent-error-in-php/</link>
		<comments>http://slunked.com/blog/2010/01/how-to-fix-header-already-sent-error-in-php/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 05:50:42 +0000</pubDate>
		<dc:creator>Frost</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[already]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[buffering]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[sent]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://www.slunked.com/blog/?p=89</guid>
		<description><![CDATA[Helping out on forums with PHP problems, perhaps the main issue that I come across is people posting how to fix "Warning: Cannot modify header information - headers already sent by". In light of that issue I decided to try and put yet another blog / how to document out there to fix this error, hopefully people come across and find the information I have provided useful.<br /><br /><a href="http://www.slunked.com/blog/php/2010/01/how-to-fix-header-already-sent-error-in-php " title="How to Fix Header Already Sent Error in PHP">Read the full blog</a>]]></description>
		<wfw:commentRss>http://slunked.com/blog/2010/01/how-to-fix-header-already-sent-error-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

