<?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>Web Development Tutorials &#187; Files</title>
	<atom:link href="http://www.pk-tuts.co.uk/tag/files/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pk-tuts.co.uk</link>
	<description>Written By Peter Kelly</description>
	<lastBuildDate>Mon, 05 Apr 2010 19:44:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Protect Globals</title>
		<link>http://www.pk-tuts.co.uk/php/php-functions/protect-globals?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://www.pk-tuts.co.uk/php/php-functions/protect-globals#comments</comments>
		<pubDate>Mon, 30 Nov 2009 21:56:23 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[COOKIE]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[globals]]></category>
		<category><![CDATA[htmlentities]]></category>
		<category><![CDATA[is_array]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SESSION]]></category>
		<category><![CDATA[strip_tags]]></category>

		<guid isPermaLink="false">http://www.pk-tuts.co.uk/?p=250</guid>
		<description><![CDATA[This tutorial is an advancement to the first tutorial (here). This tutorial is able to run every time the page loads and removes any tags and helps stop injection into globals such as $_COOKIE, $_SERVER etc.

So first we must create the function so here it is
function protection() // start function
{
	$vars = array('$_GET', '$_POST', '$_FILES', '$_SERVER', [...]]]></description>
		<wfw:commentRss>http://www.pk-tuts.co.uk/php/php-functions/protect-globals/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving But No Renaming?</title>
		<link>http://www.pk-tuts.co.uk/ssh-bash/moving-but-no-renaming?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://www.pk-tuts.co.uk/ssh-bash/moving-but-no-renaming#comments</comments>
		<pubDate>Sun, 15 Nov 2009 17:52:10 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[SSH/Bash]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[Folders]]></category>
		<category><![CDATA[Move]]></category>
		<category><![CDATA[MV]]></category>
		<category><![CDATA[Rename]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.pk-tuts.co.uk/?p=244</guid>
		<description><![CDATA[In this short and simple tutorial we will look into why there is no function for renaming in SSH. Or is there!!

Moving files is simple with the command
mv FILE_LOCATION NEW_LOCATION
. Simple well if you have ever wanted to rename a file or folder then you will probably have found that there is no dedicated command [...]]]></description>
		<wfw:commentRss>http://www.pk-tuts.co.uk/ssh-bash/moving-but-no-renaming/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List Files In A Directory</title>
		<link>http://www.pk-tuts.co.uk/php/php-functions/list-files-in-a-directory?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://www.pk-tuts.co.uk/php/php-functions/list-files-in-a-directory#comments</comments>
		<pubDate>Mon, 10 Aug 2009 12:30:21 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[List Directory]]></category>
		<category><![CDATA[List Files]]></category>
		<category><![CDATA[List files in a directory]]></category>
		<category><![CDATA[remove .]]></category>
		<category><![CDATA[Scandir]]></category>

		<guid isPermaLink="false">http://www.pk-tuts.co.uk/?p=102</guid>
		<description><![CDATA[In this tutorial we will learn how to list all the files that are in a directory via PHP. This is a quick and easy technique which will also remove the . and .. from the listings. So lets get started.


And that&#8217;s it. It really is simple for more information about the scandir function visit [...]]]></description>
		<wfw:commentRss>http://www.pk-tuts.co.uk/php/php-functions/list-files-in-a-directory/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
