<?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/internet</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 11:59:26 GMT</pubDate>
<item>
<title>(PHP) Check your Internet connection with PHP - phpdev</title>
<link>http://snipplr.com/view/69621/check-your-internet-connection-with-php/</link>
<description><![CDATA[ <p>**Example of use:**

    $bIsConnected = check_internet_connection();
    $sText = ($bIsConnected) ? 'You are connected to the Internet.' : 'You are not connected to the Internet.';
    echo $sText;</p> ]]></description>
<pubDate>Thu, 24 Jan 2013 23:40:15 GMT</pubDate>
<guid>http://snipplr.com/view/69621/check-your-internet-connection-with-php/</guid>
</item>
<item>
<title>(PHP) IP Blacklist Check Script - DNSBL</title>
<link>http://snipplr.com/view/64564/ip-blacklist-check-script/</link>
<description><![CDATA[ <p>Enter any suspicious IP address that you wanted to check into the form field and press the "LOOKUP" button</p> ]]></description>
<pubDate>Sun, 15 Apr 2012 18:44:22 GMT</pubDate>
<guid>http://snipplr.com/view/64564/ip-blacklist-check-script/</guid>
</item>
<item>
<title>(PHP) Get Webpage Content - rolfthomas</title>
<link>http://snipplr.com/view/7722/get-webpage-content/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Aug 2008 04:12:59 GMT</pubDate>
<guid>http://snipplr.com/view/7722/get-webpage-content/</guid>
</item>
</channel>
</rss>