<?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/link</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 02:40:17 GMT</pubDate>
<item>
<title>(PHP) Function to Auto Convert URL into Clickable Hyperlink (Anchor  Tag) - fackz</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) Find All Links on a Page - haydin</title>
<link>http://snipplr.com/view/70489/find-all-links-on-a-page/</link>
<description><![CDATA[ <p>Here's the basic principal behind spiders. (ex: Giochi Flash $html = file_get_contents('http://www.example.com');</p> ]]></description>
<pubDate>Wed, 20 Mar 2013 20:33:41 GMT</pubDate>
<guid>http://snipplr.com/view/70489/find-all-links-on-a-page/</guid>
</item>
<item>
<title>(PHP) Replace url in a string with preg_replace  even without http:// - Criptt</title>
<link>http://snipplr.com/view/64247/replace-url-in-a-string-with-pregreplace--even-without-http/</link>
<description><![CDATA[ <p>Many developers has trouble when they have to check for urls inside a large textual string.
This solution will help you to change the url into html link tags even when the user only inserts a url like 'www.mysite.com'</p> ]]></description>
<pubDate>Sat, 31 Mar 2012 01:46:16 GMT</pubDate>
<guid>http://snipplr.com/view/64247/replace-url-in-a-string-with-pregreplace--even-without-http/</guid>
</item>
<item>
<title>(PHP) auto link urls in text / string - rwunsch</title>
<link>http://snipplr.com/view/60649/auto-link-urls-in-text--string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 09 Nov 2011 04:52:53 GMT</pubDate>
<guid>http://snipplr.com/view/60649/auto-link-urls-in-text--string/</guid>
</item>
<item>
<title>(PHP) Current theme link for wordpress theme - carouselcreative</title>
<link>http://snipplr.com/view/60219/current-theme-link-for-wordpress-theme/</link>
<description><![CDATA[ <p>Link to the current theme / template url for use in wordpress template.</p> ]]></description>
<pubDate>Wed, 26 Oct 2011 23:52:40 GMT</pubDate>
<guid>http://snipplr.com/view/60219/current-theme-link-for-wordpress-theme/</guid>
</item>
<item>
<title>(PHP) Wordpress Image URL - disgruntledillon</title>
<link>http://snipplr.com/view/55962/wordpress-image-url/</link>
<description><![CDATA[ <p>use </p> ]]></description>
<pubDate>Fri, 01 Jul 2011 01:48:13 GMT</pubDate>
<guid>http://snipplr.com/view/55962/wordpress-image-url/</guid>
</item>
<item>
<title>(PHP) Automatically get latest download link from Sparkle in PHP - shadevampire</title>
<link>http://snipplr.com/view/54637/automatically-get-latest-download-link-from-sparkle-in-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 31 May 2011 19:53:05 GMT</pubDate>
<guid>http://snipplr.com/view/54637/automatically-get-latest-download-link-from-sparkle-in-php/</guid>
</item>
<item>
<title>(PHP) Call Taxonomy anywhere on a template (without link) - zealmurapa</title>
<link>http://snipplr.com/view/52338/call-taxonomy-anywhere-on-a-template-without-link/</link>
<description><![CDATA[ <p>Call Taxonomy anywhere on a template (without link)</p> ]]></description>
<pubDate>Wed, 20 Apr 2011 00:57:56 GMT</pubDate>
<guid>http://snipplr.com/view/52338/call-taxonomy-anywhere-on-a-template-without-link/</guid>
</item>
<item>
<title>(PHP) youtube url video id - KabuqueJoe</title>
<link>http://snipplr.com/view/52335/youtube-url-video-id/</link>
<description><![CDATA[ <p>Returns the video id for any type of youtube url that holds one.</p> ]]></description>
<pubDate>Wed, 20 Apr 2011 00:46:34 GMT</pubDate>
<guid>http://snipplr.com/view/52335/youtube-url-video-id/</guid>
</item>
<item>
<title>(PHP) Very simple back &amp;amp; home links ( Referer ) - mentaljason</title>
<link>http://snipplr.com/view/51076/very-simple-back--home-links--referer-/</link>
<description><![CDATA[ <p>Simple, It gets the referer and if there wasn't a referer it displays just the home link, but when there is a referer it dispays both back and home, I personaly use this on my 404 page.</p> ]]></description>
<pubDate>Fri, 25 Mar 2011 00:35:04 GMT</pubDate>
<guid>http://snipplr.com/view/51076/very-simple-back--home-links--referer-/</guid>
</item>
<item>
<title>(PHP) Check url for http - vonlof</title>
<link>http://snipplr.com/view/50894/check-url-for-http/</link>
<description><![CDATA[ <p>takes a url and appends http to it if http is not present</p> ]]></description>
<pubDate>Mon, 21 Mar 2011 03:50:56 GMT</pubDate>
<guid>http://snipplr.com/view/50894/check-url-for-http/</guid>
</item>
<item>
<title>(PHP) Amazon S3 Expiring Link - esundahl</title>
<link>http://snipplr.com/view/46753/amazon-s3-expiring-link/</link>
<description><![CDATA[ <p>This script generates an expiring link to an Amazon S3 file</p> ]]></description>
<pubDate>Sat, 08 Jan 2011 04:10:49 GMT</pubDate>
<guid>http://snipplr.com/view/46753/amazon-s3-expiring-link/</guid>
</item>
<item>
<title>(PHP) Regex replace url to link - irmantas</title>
<link>http://snipplr.com/view/44215/regex-replace-url-to-link/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 15 Nov 2010 21:46:07 GMT</pubDate>
<guid>http://snipplr.com/view/44215/regex-replace-url-to-link/</guid>
</item>
<item>
<title>(PHP) Magento: Link to Skin Image - Groove</title>
<link>http://snipplr.com/view/41334/magento-link-to-skin-image/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 02 Oct 2010 07:11:09 GMT</pubDate>
<guid>http://snipplr.com/view/41334/magento-link-to-skin-image/</guid>
</item>
<item>
<title>(PHP) Magento: Product Link - Groove</title>
<link>http://snipplr.com/view/39942/magento-product-link/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 03 Sep 2010 06:16:46 GMT</pubDate>
<guid>http://snipplr.com/view/39942/magento-product-link/</guid>
</item>
<item>
<title>(PHP) Page View Counter - FelixT</title>
<link>http://snipplr.com/view/39092/page-view-counter/</link>
<description><![CDATA[ <p>A simple PHP application for counting how many views a page gets.</p> ]]></description>
<pubDate>Sun, 15 Aug 2010 19:01:18 GMT</pubDate>
<guid>http://snipplr.com/view/39092/page-view-counter/</guid>
</item>
<item>
<title>(PHP) URL to HTML link PHP parser - ptejada</title>
<link>http://snipplr.com/view/36383/url-to-html-link-php-parser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 Jun 2010 06:17:49 GMT</pubDate>
<guid>http://snipplr.com/view/36383/url-to-html-link-php-parser/</guid>
</item>
<item>
<title>(PHP) php text to link - metoikos</title>
<link>http://snipplr.com/view/35725/php-text-to-link/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 13 Jun 2010 14:02:37 GMT</pubDate>
<guid>http://snipplr.com/view/35725/php-text-to-link/</guid>
</item>
<item>
<title>(PHP) Force HTTP:// on URL - iloveitaly</title>
<link>http://snipplr.com/view/35409/force-http-on-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Jun 2010 12:23:42 GMT</pubDate>
<guid>http://snipplr.com/view/35409/force-http-on-url/</guid>
</item>
<item>
<title>(PHP) Category Item Add Link - K2Joom</title>
<link>http://snipplr.com/view/33618/category-item-add-link/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 29 Apr 2010 16:02:39 GMT</pubDate>
<guid>http://snipplr.com/view/33618/category-item-add-link/</guid>
</item>
</channel>
</rss>