<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - brent-man</title>
<link>http://snipplr.com/users/brent-man/language/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 14:06:16 GMT</pubDate>
<item>
<title>(PHP) Optimize all tables in MySQL database</title>
<link>http://snipplr.com/view/9209/optimize-all-tables-in-mysql-database/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 23 Oct 2008 08:59:45 GMT</pubDate>
<guid>http://snipplr.com/view/9209/optimize-all-tables-in-mysql-database/</guid>
</item>
<item>
<title>(PHP) Dump a database to HTML tables</title>
<link>http://snipplr.com/view/8975/dump-a-database-to-html-tables/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 13 Oct 2008 09:47:49 GMT</pubDate>
<guid>http://snipplr.com/view/8975/dump-a-database-to-html-tables/</guid>
</item>
<item>
<title>(PHP) MySQL count rows</title>
<link>http://snipplr.com/view/4911/mysql-count-rows/</link>
<description><![CDATA[ <p>Only because I have forgotten this code 3 times today...

If there is a better/faster way, please comment.</p> ]]></description>
<pubDate>Tue, 05 Feb 2008 20:39:03 GMT</pubDate>
<guid>http://snipplr.com/view/4911/mysql-count-rows/</guid>
</item>
<item>
<title>(PHP) Clean URL</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>
<item>
<title>(PHP) Dynamic Index</title>
<link>http://snipplr.com/view/4226/dynamic-index/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 01 Dec 2007 11:30:05 GMT</pubDate>
<guid>http://snipplr.com/view/4226/dynamic-index/</guid>
</item>
</channel>
</rss>