<?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; Server</title>
	<atom:link href="http://www.pk-tuts.co.uk/tag/server/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>License Your Scripts</title>
		<link>http://www.pk-tuts.co.uk/php/php-tutorials/license-your-scripts?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://www.pk-tuts.co.uk/php/php-tutorials/license-your-scripts#comments</comments>
		<pubDate>Mon, 02 Nov 2009 14:55:41 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Check]]></category>
		<category><![CDATA[CURL]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Encrypt]]></category>
		<category><![CDATA[get domain]]></category>
		<category><![CDATA[get server ip]]></category>
		<category><![CDATA[License]]></category>
		<category><![CDATA[Local]]></category>
		<category><![CDATA[Protect $_POST]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.pk-tuts.co.uk/?p=234</guid>
		<description><![CDATA[After a week off in the lake district im now back and ready for some coding. So heres a license system which will allow you to license off your coding work to only users you choose.

So we must understand what will happen

Now we know what needs to happen lets start making it. First you need [...]]]></description>
		<wfw:commentRss>http://www.pk-tuts.co.uk/php/php-tutorials/license-your-scripts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
