<?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"
	>

<channel>
	<title>blixtsystems.com &#187; PHP</title>
	<atom:link href="http://www.blixtsystems.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blixtsystems.com</link>
	<description>BlixtSystems Flash Actionscript development</description>
	<pubDate>Tue, 15 Jul 2008 23:22:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Sanitizing numeric input in PHP</title>
		<link>http://www.blixtsystems.com/2008/05/sanitizing-numeric-input-in-php/</link>
		<comments>http://www.blixtsystems.com/2008/05/sanitizing-numeric-input-in-php/#comments</comments>
		<pubDate>Sat, 10 May 2008 12:38:13 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.blixtsystems.com/?p=32</guid>
		<description><![CDATA[Going trough some PHP code I have to clean up I'm a bit surprised at finding that it can take many lines using everything from preg_match to addslashes and mysql_escape_string to sanitize numeric input.
So I thought I share a method that I find handy:

$id = (int) $_GET[&#34;id&#34;];

In some cases it might want to handle any [...]]]></description>
		<wfw:commentRss>http://www.blixtsystems.com/2008/05/sanitizing-numeric-input-in-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nasty notepad and the invisible BOM</title>
		<link>http://www.blixtsystems.com/2005/09/nasty-notepad-and-the-invisible-bom/</link>
		<comments>http://www.blixtsystems.com/2005/09/nasty-notepad-and-the-invisible-bom/#comments</comments>
		<pubDate>Mon, 19 Sep 2005 00:14:11 +0000</pubDate>
		<dc:creator>Leo</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blixtsystems.com/wp/?p=16</guid>
		<description><![CDATA[First of all I'm happy to have received note that my blog have been added to MXNA today.
They tried to add it on friday, but apparently their parser didn't like my feed.
It contained an "feff" tag before the XML prolog I was told.
The feed was fine according to feedvalidator, other aggregators managed to parse it [...]]]></description>
		<wfw:commentRss>http://www.blixtsystems.com/2005/09/nasty-notepad-and-the-invisible-bom/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
