<?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; get</title>
	<atom:link href="http://www.pk-tuts.co.uk/tag/get/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>Ajax Form Submit</title>
		<link>http://www.pk-tuts.co.uk/javascript-ajax/javascript-ajax-tutorials/ajax-form-submit?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://www.pk-tuts.co.uk/javascript-ajax/javascript-ajax-tutorials/ajax-form-submit#comments</comments>
		<pubDate>Fri, 14 Aug 2009 15:24:28 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[Javascript/AJAX Tutorials]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Ajax Form Submit]]></category>
		<category><![CDATA[Convert to uppercase]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[Form Submit]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[httpobject]]></category>
		<category><![CDATA[Javascript/AJAX]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[ready]]></category>
		<category><![CDATA[readystate]]></category>
		<category><![CDATA[states]]></category>
		<category><![CDATA[Submit]]></category>
		<category><![CDATA[uppercase]]></category>

		<guid isPermaLink="false">http://www.pk-tuts.co.uk/?p=130</guid>
		<description><![CDATA[In this tutorial I will show you how to submit a form using ajax and return the response into a form field. I will use an example to convert the first form field text into capitals. So here we go.

Lets get the hard bit out of the way. First we will create the javascript, and [...]]]></description>
		<wfw:commentRss>http://www.pk-tuts.co.uk/javascript-ajax/javascript-ajax-tutorials/ajax-form-submit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
