<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - jgomez</title>
<link>http://snipplr.com/users/jgomez</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 01:51:24 GMT</pubDate>
<item>
<title>(PHP) Clean a string to pure ASCII</title>
<link>http://snipplr.com/view/64735/clean-a-string-to-pure-ascii/</link>
<description><![CDATA[ <p>$asciiData = preg_replace( '/[\x7f-\xff]/', '', $dirtyData );</p> ]]></description>
<pubDate>Thu, 26 Apr 2012 00:17:53 GMT</pubDate>
<guid>http://snipplr.com/view/64735/clean-a-string-to-pure-ascii/</guid>
</item>
<item>
<title>(MySQL) UPDATE table using JOINS</title>
<link>http://snipplr.com/view/64223/update-table-using-joins/</link>
<description><![CDATA[ <p>Update an empty name column in default_comments</p> ]]></description>
<pubDate>Fri, 30 Mar 2012 00:47:33 GMT</pubDate>
<guid>http://snipplr.com/view/64223/update-table-using-joins/</guid>
</item>
<item>
<title>(MySQL) Find and Replace MySQL column with substring</title>
<link>http://snipplr.com/view/64199/find-and-replace-mysql-column-with-substring/</link>
<description><![CDATA[ <p>Example: There is a table, 'user', with a column, 'clear', containing values such as: 

`clear
--------
\'animal\'
\'pass'\
`

and we would like to retrieve 'animal' and 'pass' ( without the pre &amp; post \' )</p> ]]></description>
<pubDate>Wed, 28 Mar 2012 22:00:49 GMT</pubDate>
<guid>http://snipplr.com/view/64199/find-and-replace-mysql-column-with-substring/</guid>
</item>
<item>
<title>(PHP) objectToArray Part 2</title>
<link>http://snipplr.com/view/64196/objecttoarray-part-2/</link>
<description><![CDATA[ <p>If you want to use this in a class, change the last line to:

` return array_map(array($this, __FUNCTION__), $object ); `</p> ]]></description>
<pubDate>Wed, 28 Mar 2012 20:02:52 GMT</pubDate>
<guid>http://snipplr.com/view/64196/objecttoarray-part-2/</guid>
</item>
<item>
<title>(PHP) objectToArray</title>
<link>http://snipplr.com/view/64195/objecttoarray/</link>
<description><![CDATA[ <p>From this URL : http://www.phpro.org/examples/Convert-Object-To-Array-With-PHP.html</p> ]]></description>
<pubDate>Wed, 28 Mar 2012 19:10:36 GMT</pubDate>
<guid>http://snipplr.com/view/64195/objecttoarray/</guid>
</item>
</channel>
</rss>