<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - fackz</title>
<link>http://snipplr.com/users/fackz</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 04:03:44 GMT</pubDate>
<item>
<title>(PHP) Function to Auto Convert URL into Clickable Hyperlink (Anchor  Tag)</title>
<link>http://snipplr.com/view/70906/function-to-auto-convert-url-into-clickable-hyperlink-anchor--tag/</link>
<description><![CDATA[ <p>In wordpress, if you want to auto convert all URLs in your string into clickable hyperlinks, you can actually do it using the built-in function make_clickable(). 

If you need to do that outside of wordpress, you can use the same function.
Example:
$string = 'I have some texts here and also links such as http://www.youtube.com , www.haha.com and lol@example.com. They are ready to be replaced.';
 
echo make_clickable($string);</p> ]]></description>
<pubDate>Tue, 23 Apr 2013 23:40:35 GMT</pubDate>
<guid>http://snipplr.com/view/70906/function-to-auto-convert-url-into-clickable-hyperlink-anchor--tag/</guid>
</item>
<item>
<title>(PHP) Função para formatar moeda</title>
<link>http://snipplr.com/view/68030/funo-para-formatar-moeda/</link>
<description><![CDATA[ <p>tipo banco = formato para inserir no banco</p> ]]></description>
<pubDate>Wed, 31 Oct 2012 01:58:16 GMT</pubDate>
<guid>http://snipplr.com/view/68030/funo-para-formatar-moeda/</guid>
</item>
<item>
<title>(PHP) How to Remove Directories Recursively with PHP -  updated method</title>
<link>http://snipplr.com/view/66200/how-to-remove-directories-recursively-with-php---updated-method/</link>
<description><![CDATA[ <p>This function removes a directory and its contents.
Use with careful, no undo!</p> ]]></description>
<pubDate>Wed, 18 Jul 2012 12:29:37 GMT</pubDate>
<guid>http://snipplr.com/view/66200/how-to-remove-directories-recursively-with-php---updated-method/</guid>
</item>
<item>
<title>(JavaScript) How to show/hide input value on focus</title>
<link>http://snipplr.com/view/64376/how-to-showhide-input-value-on-focus/</link>
<description><![CDATA[ <p>The simplest approach I know.</p> ]]></description>
<pubDate>Fri, 06 Apr 2012 04:53:53 GMT</pubDate>
<guid>http://snipplr.com/view/64376/how-to-showhide-input-value-on-focus/</guid>
</item>
<item>
<title>(CSS) vertical horizontal centered div</title>
<link>http://snipplr.com/view/64227/vertical-horizontal-centered-div/</link>
<description><![CDATA[ <p>Here's a simple way to get your div always on center in any screen size.
margins should be half of width and height.</p> ]]></description>
<pubDate>Fri, 30 Mar 2012 06:06:20 GMT</pubDate>
<guid>http://snipplr.com/view/64227/vertical-horizontal-centered-div/</guid>
</item>
<item>
<title>(PHP) Cálculo de frete Correios</title>
<link>http://snipplr.com/view/58351/clculo-de-frete-correios/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 01 Sep 2011 04:26:49 GMT</pubDate>
<guid>http://snipplr.com/view/58351/clculo-de-frete-correios/</guid>
</item>
<item>
<title>(PHP) Hide your e-mail address using PHP</title>
<link>http://snipplr.com/view/58326/hide-your-email-address-using-php/</link>
<description><![CDATA[ <p>usage:
</p> ]]></description>
<pubDate>Wed, 31 Aug 2011 03:53:03 GMT</pubDate>
<guid>http://snipplr.com/view/58326/hide-your-email-address-using-php/</guid>
</item>
<item>
<title>(JavaScript) máscaras para formulários</title>
<link>http://snipplr.com/view/58191/mscaras-para-formulrios/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 26 Aug 2011 09:02:00 GMT</pubDate>
<guid>http://snipplr.com/view/58191/mscaras-para-formulrios/</guid>
</item>
<item>
<title>(PHP) combo estados brasileiros</title>
<link>http://snipplr.com/view/58094/combo-estados-brasileiros/</link>
<description><![CDATA[ <p>para marcar um estado como selecionado:
comboEstados(SP);</p> ]]></description>
<pubDate>Tue, 23 Aug 2011 06:39:05 GMT</pubDate>
<guid>http://snipplr.com/view/58094/combo-estados-brasileiros/</guid>
</item>
<item>
<title>(PHP) How to Find Tomorrow, Next Month, or Next Year using PHP</title>
<link>http://snipplr.com/view/50993/how-to-find-tomorrow-next-month-or-next-year-using-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Mar 2011 08:42:56 GMT</pubDate>
<guid>http://snipplr.com/view/50993/how-to-find-tomorrow-next-month-or-next-year-using-php/</guid>
</item>
<item>
<title>(PHP) gets the data from a URL</title>
<link>http://snipplr.com/view/45261/gets-the-data-from-a-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 04 Dec 2010 08:18:44 GMT</pubDate>
<guid>http://snipplr.com/view/45261/gets-the-data-from-a-url/</guid>
</item>
<item>
<title>(PHP) PHP script to make a backup copy of a MySQL table</title>
<link>http://snipplr.com/view/42948/php-script-to-make-a-backup-copy-of-a-mysql-table/</link>
<description><![CDATA[ <p>The script below connects to a MySQL database server on "localhost" using the login name "test" and password "123456" and then connects to the database "test". It then copies the table structure and data from the table "products" to a new table "products_bak". If the target table already exists the function returns false.</p> ]]></description>
<pubDate>Tue, 26 Oct 2010 04:07:52 GMT</pubDate>
<guid>http://snipplr.com/view/42948/php-script-to-make-a-backup-copy-of-a-mysql-table/</guid>
</item>
<item>
<title>(PHP) file upload with filetype and filesize checks</title>
<link>http://snipplr.com/view/40572/file-upload-with-filetype-and-filesize-checks/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Sep 2010 08:38:24 GMT</pubDate>
<guid>http://snipplr.com/view/40572/file-upload-with-filetype-and-filesize-checks/</guid>
</item>
<item>
<title>(PHP) multi exploding a string</title>
<link>http://snipplr.com/view/38994/multi-exploding-a-string/</link>
<description><![CDATA[ <p>Here's a function for "multi" exploding a string.</p> ]]></description>
<pubDate>Fri, 13 Aug 2010 01:05:05 GMT</pubDate>
<guid>http://snipplr.com/view/38994/multi-exploding-a-string/</guid>
</item>
<item>
<title>(PHP) Delete temporary files</title>
<link>http://snipplr.com/view/37980/delete-temporary-files/</link>
<description><![CDATA[ <p>This example shows how to delete specific files after a given time span.
This works good for cleaning cached files.</p> ]]></description>
<pubDate>Wed, 28 Jul 2010 07:42:16 GMT</pubDate>
<guid>http://snipplr.com/view/37980/delete-temporary-files/</guid>
</item>
<item>
<title>(PHP) Function to convert dates to and from Mysql</title>
<link>http://snipplr.com/view/30029/function-to-convert-dates-to-and-from-mysql/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 19 Mar 2010 11:15:20 GMT</pubDate>
<guid>http://snipplr.com/view/30029/function-to-convert-dates-to-and-from-mysql/</guid>
</item>
<item>
<title>(ActionScript) open popup</title>
<link>http://snipplr.com/view/28844/open-popup/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 24 Feb 2010 09:08:21 GMT</pubDate>
<guid>http://snipplr.com/view/28844/open-popup/</guid>
</item>
<item>
<title>(PHP) php hide email function</title>
<link>http://snipplr.com/view/27550/php-hide-email-function/</link>
<description><![CDATA[ <p>PHP encrypts your E-mail address and generates the javascript that decrypts it. Most bots and spiders can't execute javascript and that is what makes this work.</p> ]]></description>
<pubDate>Tue, 02 Feb 2010 06:37:07 GMT</pubDate>
<guid>http://snipplr.com/view/27550/php-hide-email-function/</guid>
</item>
<item>
<title>(MySQL) MySql script to find invalid email addresses</title>
<link>http://snipplr.com/view/27302/mysql-script-to-find-invalid-email-addresses/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Jan 2010 06:55:24 GMT</pubDate>
<guid>http://snipplr.com/view/27302/mysql-script-to-find-invalid-email-addresses/</guid>
</item>
<item>
<title>(JavaScript) Hide email address from web crawlers</title>
<link>http://snipplr.com/view/26143/hide-email-address-from-web-crawlers/</link>
<description><![CDATA[ <p>An easy way to hide your email from spam bots.</p> ]]></description>
<pubDate>Fri, 08 Jan 2010 11:00:29 GMT</pubDate>
<guid>http://snipplr.com/view/26143/hide-email-address-from-web-crawlers/</guid>
</item>
</channel>
</rss>