<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/favorites/ChristianOttinger/tags/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 09:26:53 GMT</pubDate>
<item>
<title>(PHP) Gzipping your CSS - ChristianOttinger</title>
<link>http://snipplr.com/view/5024/gzipping-your-css/</link>
<description><![CDATA[ <p>CSS files for larger sites can become pretty large themselves. Gzipping or compressing these files has shown to provide a reduction in the neighborhood of 70-80% of the original file size, a fairly significant 'weight loss'.</p> ]]></description>
<pubDate>Tue, 12 Feb 2008 14:08:32 GMT</pubDate>
<guid>http://snipplr.com/view/5024/gzipping-your-css/</guid>
</item>
<item>
<title>(PHP) clean user input data ( GET, POST, COOKIE ) - ChristianOttinger</title>
<link>http://snipplr.com/view/4165/clean-user-input-data--get-post-cookie-/</link>
<description><![CDATA[ <p>Created for my own purposes, thought I'd share though ;)

copy paste at the top of your file and it does the magic :)</p> ]]></description>
<pubDate>Wed, 21 Nov 2007 03:57:32 GMT</pubDate>
<guid>http://snipplr.com/view/4165/clean-user-input-data--get-post-cookie-/</guid>
</item>
<item>
<title>(PHP) Cerate zip files PHP - ChristianOttinger</title>
<link>http://snipplr.com/view/3691/cerate-zip-files-php/</link>
<description><![CDATA[ <p>Ej:
$ziper = new zipfile();
$filename1 = 'images/imagen1.jpg';
$filename2 = 'images/imagen2.jpg';
$fileZip = 'images/imagen.zip';
$ziper->addFile(file_get_contents($filename1),$filename1);
$ziper->addFile(file_get_contents($filename2),$filename2);
$ziper->output($fileZip);</p> ]]></description>
<pubDate>Thu, 13 Sep 2007 15:53:02 GMT</pubDate>
<guid>http://snipplr.com/view/3691/cerate-zip-files-php/</guid>
</item>
</channel>
</rss>