<?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/language/php/tags/fix</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 15:40:16 GMT</pubDate>
<item>
<title>(PHP) UTF8 Database fix - sjasliek</title>
<link>http://snipplr.com/view/64538/utf8-database-fix/</link>
<description><![CDATA[ <p>Author: J. van Hemert  
Fixes encoding when utf-8-encoded data 
is stored in tables with other (e.g.    
 latin_swedish_ci) encoding.            
Will convert all columns in all tables 
 to utf8_general_ci.</p> ]]></description>
<pubDate>Fri, 13 Apr 2012 19:47:53 GMT</pubDate>
<guid>http://snipplr.com/view/64538/utf8-database-fix/</guid>
</item>
<item>
<title>(PHP) How to fix get_the_content() stripped tags in WordPress - Xtraboy</title>
<link>http://snipplr.com/view/28922/how-to-fix-getthecontent-stripped-tags-in-wordpress/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 25 Feb 2010 13:22:09 GMT</pubDate>
<guid>http://snipplr.com/view/28922/how-to-fix-getthecontent-stripped-tags-in-wordpress/</guid>
</item>
<item>
<title>(PHP) Close unclosed tags - ginoplusio</title>
<link>http://snipplr.com/view/28876/close-unclosed-tags/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 24 Feb 2010 16:41:53 GMT</pubDate>
<guid>http://snipplr.com/view/28876/close-unclosed-tags/</guid>
</item>
<item>
<title>(PHP) Fix missing $_SERVER[SCRIPT_URL] - drwitt</title>
<link>http://snipplr.com/view/27800/fix-missing-serverscripturl/</link>
<description><![CDATA[ <p>Many scripts rely on `$_SERVER[SCRIPT_URL]` which is sometimes missing. This function detects it from other server variables and fixes the missing field.</p> ]]></description>
<pubDate>Sat, 06 Feb 2010 16:05:40 GMT</pubDate>
<guid>http://snipplr.com/view/27800/fix-missing-serverscripturl/</guid>
</item>
<item>
<title>(PHP) Css Tip Clear Float IE - metoikos</title>
<link>http://snipplr.com/view/21348/css-tip-clear-float-ie/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 16 Oct 2009 20:33:25 GMT</pubDate>
<guid>http://snipplr.com/view/21348/css-tip-clear-float-ie/</guid>
</item>
<item>
<title>(PHP) Replace MS Smart Quotes In PHP - SteveMcDaniel</title>
<link>http://snipplr.com/view/20913/replace-ms-smart-quotes-in-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 09 Oct 2009 18:16:31 GMT</pubDate>
<guid>http://snipplr.com/view/20913/replace-ms-smart-quotes-in-php/</guid>
</item>
<item>
<title>(PHP) URL fix - Mithun</title>
<link>http://snipplr.com/view/20885/url-fix/</link>
<description><![CDATA[ <p>shorts urls like http://example.com/abc/../123.html to http://example.com/123.html</p> ]]></description>
<pubDate>Fri, 09 Oct 2009 09:06:54 GMT</pubDate>
<guid>http://snipplr.com/view/20885/url-fix/</guid>
</item>
<item>
<title>(PHP) URL fix - Mithun</title>
<link>http://snipplr.com/view/20884/url-fix/</link>
<description><![CDATA[ <p>shorts urls like http://example.com/abc/../123.html to http://example.com/123.html</p> ]]></description>
<pubDate>Fri, 09 Oct 2009 09:03:49 GMT</pubDate>
<guid>http://snipplr.com/view/20884/url-fix/</guid>
</item>
<item>
<title>(PHP) Standardize URL String - iloveitaly</title>
<link>http://snipplr.com/view/15554/standardize-url-string/</link>
<description><![CDATA[ <p>this function processes a URL that 'should' be a full url (i.e. http://something.com/dfsdfs/)
and makes sure it contains http:// for easy inclusion as a link into a href attribute</p> ]]></description>
<pubDate>Fri, 05 Jun 2009 07:51:49 GMT</pubDate>
<guid>http://snipplr.com/view/15554/standardize-url-string/</guid>
</item>
<item>
<title>(PHP) Fix for Drupal 4 incompatibility with PHP 5 - zachharkey</title>
<link>http://snipplr.com/view/13651/fix-for-drupal-4-incompatibility-with-php-5/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 31 Mar 2009 19:55:34 GMT</pubDate>
<guid>http://snipplr.com/view/13651/fix-for-drupal-4-incompatibility-with-php-5/</guid>
</item>
<item>
<title>(PHP) PHP - Take care for older PHP versions - nicolaspar</title>
<link>http://snipplr.com/view/2229/php--take-care-for-older-php-versions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 Feb 2007 12:28:21 GMT</pubDate>
<guid>http://snipplr.com/view/2229/php--take-care-for-older-php-versions/</guid>
</item>
<item>
<title>(PHP) Fix for code igniter csv uploads via windows - benpjohnson</title>
<link>http://snipplr.com/view/402/fix-for-code-igniter-csv-uploads-via-windows/</link>
<description><![CDATA[ <p>Not a great solution will need to look further at why files are being sent in binary form

Add this to the mime types array in the Upload class</p> ]]></description>
<pubDate>Thu, 13 Jul 2006 03:53:58 GMT</pubDate>
<guid>http://snipplr.com/view/402/fix-for-code-igniter-csv-uploads-via-windows/</guid>
</item>
<item>
<title>(PHP) Fix Form Slashes - tylerhall</title>
<link>http://snipplr.com/view/1/fix-form-slashes/</link>
<description><![CDATA[ <p>Fixes MAGIC_QUOTES.</p> ]]></description>
<pubDate>Wed, 30 Nov -0001 00:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/1/fix-form-slashes/</guid>
</item>
</channel>
</rss>