<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - TheNullByte</title>
<link>http://snipplr.com/users/TheNullByte</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 16:27:28 GMT</pubDate>
<item>
<title>(PHP) Sanitize (MySQL and XSS)</title>
<link>http://snipplr.com/view/65698/sanitize-mysql-and-xss/</link>
<description><![CDATA[ <p>Just a small function to sanitize the user's input of any xss and sqli. I saw a lot of ones that didn't include htmlentities or htmlspecialchars, and were still vulnerable to persistent/reflected xss.</p> ]]></description>
<pubDate>Tue, 19 Jun 2012 03:15:10 GMT</pubDate>
<guid>http://snipplr.com/view/65698/sanitize-mysql-and-xss/</guid>
</item>
<item>
<title>(MySQL) MySQL Select duplicates</title>
<link>http://snipplr.com/view/65582/mysql-select-duplicates/</link>
<description><![CDATA[ <p>Instead of the standard return of duplicates, this will actually show the rows that are duplicated, making it easier to see the data</p> ]]></description>
<pubDate>Wed, 13 Jun 2012 03:02:48 GMT</pubDate>
<guid>http://snipplr.com/view/65582/mysql-select-duplicates/</guid>
</item>
</channel>
</rss>