<?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/iTony/language/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 21 Nov 2008 14:43:59 GMT</pubDate>
<item>
<title>(PHP) bytecode - iTony</title>
<link>http://snipplr.com/view/7444/bytecode/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Jul 2008 14:08:11 GMT</pubDate>
<guid>http://snipplr.com/view/7444/bytecode/</guid>
</item>
<item>
<title>(PHP) ifsetor - iTony</title>
<link>http://snipplr.com/view/7425/ifsetor/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Jul 2008 03:08:51 GMT</pubDate>
<guid>http://snipplr.com/view/7425/ifsetor/</guid>
</item>
<item>
<title>(PHP) Modify HTTP Headers (Examples) - iTony</title>
<link>http://snipplr.com/view/5609/modify-http-headers-examples/</link>
<description><![CDATA[ <p>Many examples that show how to use the header() function of PHP</p> ]]></description>
<pubDate>Sat, 29 Mar 2008 14:37:55 GMT</pubDate>
<guid>http://snipplr.com/view/5609/modify-http-headers-examples/</guid>
</item>
<item>
<title>(PHP) Get Method (GET/POST) from Lighttpd Log - iTony</title>
<link>http://snipplr.com/view/5605/get-method-getpost-from-lighttpd-log/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 29 Mar 2008 10:19:27 GMT</pubDate>
<guid>http://snipplr.com/view/5605/get-method-getpost-from-lighttpd-log/</guid>
</item>
<item>
<title>(PHP) MySimple.php - iTony</title>
<link>http://snipplr.com/view/5440/mysimplephp/</link>
<description><![CDATA[ <p>This simple script can be used to send any query to a MySQL database - useful if you need to quickly access a database without install a full blown manager like PHPMyAdmin.</p> ]]></description>
<pubDate>Sat, 15 Mar 2008 18:33:39 GMT</pubDate>
<guid>http://snipplr.com/view/5440/mysimplephp/</guid>
</item>
<item>
<title>(PHP) RSS Code with Magpie RSS Feeder - iTony</title>
<link>http://snipplr.com/view/4878/rss-code-with-magpie-rss-feeder/</link>
<description><![CDATA[ <p>need the magpie code</p> ]]></description>
<pubDate>Fri, 01 Feb 2008 16:25:48 GMT</pubDate>
<guid>http://snipplr.com/view/4878/rss-code-with-magpie-rss-feeder/</guid>
</item>
<item>
<title>(PHP) Alpha Numeric Testing - iTony</title>
<link>http://snipplr.com/view/4671/alpha-numeric-testing/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 19 Jan 2008 17:36:58 GMT</pubDate>
<guid>http://snipplr.com/view/4671/alpha-numeric-testing/</guid>
</item>
<item>
<title>(PHP) Clean URL - iTony</title>
<link>http://snipplr.com/view/4227/clean-url/</link>
<description><![CDATA[ <p>.htaccess:

RewriteEngine On

RewriteBase /


#images.php, browse.php, index.php
RewriteRule ^(images|browse|index)(/.*)?$ $1.php
#above can obviously be expanded

#GoDaddy users add this to the beginning of your htaccess or you will throw an error
Options +MultiViews +FollowSymLinks
#make sure you wait about 5-10 minutes after uploading the revised .htaccess, for some reason, GoDaddy takes a few minutes to revise the .htaccess</p> ]]></description>
<pubDate>Sat, 01 Dec 2007 11:59:31 GMT</pubDate>
<guid>http://snipplr.com/view/4227/clean-url/</guid>
</item>
</channel>
</rss>