<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>

<title>PHPSnips New Snippets</title>
<description>This Feed shows the latest new and approved snippets.</description>
<link>http://phpsnips.com/rss/rssNewSnips.xml</link><item>

	<title>String Output Formatter</title>

	<description>This function is mainly for debugging purposes. Basically it shows where all the newlines, carriage returns, nulls, and tabs are located.</description>

	<link>http://phpsnips.com/snippet.php?id=477</link>

	</item><item>

	<title>IP Blacklist Check Script</title>

	<description>Enter any suspicious IP address that you wanted to check into the form field and press the &amp;quot;LOOKUP&amp;quot; button</description>

	<link>http://phpsnips.com/snippet.php?id=476</link>

	</item><item>

	<title>Send SMS with Clickatell HTTP Api</title>

	<description>Class example to get your balance, and to send an sms using the Clickatell API.
No validation happens on the data you submit. This will need to be handled by you. (Maybe I'll add extra code for that later)</description>

	<link>http://phpsnips.com/snippet.php?id=475</link>

	</item><item>

	<title>Cache PHP Generated Images</title>

	<description>Stops PHP from sending a fresh version of an image if the browser already has it in its cache.</description>

	<link>http://phpsnips.com/snippet.php?id=473</link>

	</item><item>

	<title>Database Connection</title>

	<description>Connects to a database, and runs a query</description>

	<link>http://phpsnips.com/snippet.php?id=472</link>

	</item><item>

	<title>Email Validator </title>

	<description>Checks to see if the email has certain characters.</description>

	<link>http://phpsnips.com/snippet.php?id=471</link>

	</item><item>

	<title>Shorten text and close unclosed tags</title>

	<description></description>

	<link>http://phpsnips.com/snippet.php?id=470</link>

	</item><item>

	<title>file-based simple guest book</title>

	<description></description>

	<link>http://phpsnips.com/snippet.php?id=469</link>

	</item><item>

	<title>adding an entry to the users.log file</title>

	<description>This script allows adding first and last name to a file (users.log) and then just read it out to the screen. It can be used for creating a guest book without a database. </description>

	<link>http://phpsnips.com/snippet.php?id=468</link>

	</item><item>

	<title>integer to currency</title>

	<description>return $00.00</description>

	<link>http://phpsnips.com/snippet.php?id=467</link>

	</item><item>

	<title>Aggregate IP addresses and IP prefixes, including IPv4 and IPv6 address notations</title>

	<description>_viewAggregate() function aggregates an array of IP addresses or networks according to supplied prefixes and their mask lengths.

ip2long6() and long2ip6() function are taken from comments of online php manual and given there for ease of use.
See http://php.net/ip2long
</description>

	<link>http://phpsnips.com/snippet.php?id=466</link>

	</item><item>

	<title>file handling</title>

	<description></description>

	<link>http://phpsnips.com/snippet.php?id=465</link>

	</item><item>

	<title>testing system with arrays</title>

	<description></description>

	<link>http://phpsnips.com/snippet.php?id=464</link>

	</item><item>

	<title>Make an php file downloadable and make it wanting to be opened with notepad</title>

	<description></description>

	<link>http://phpsnips.com/snippet.php?id=463</link>

	</item><item>

	<title>allow download in 3 seconds</title>

	<description></description>

	<link>http://phpsnips.com/snippet.php?id=462</link>

	</item><item>

	<title>redirect in 3 seconds</title>

	<description>it redirects to the specified url in 3 seconds</description>

	<link>http://phpsnips.com/snippet.php?id=461</link>

	</item><item>

	<title>live clock with refresh (not recommended for real life projects)</title>

	<description></description>

	<link>http://phpsnips.com/snippet.php?id=460</link>

	</item><item>

	<title>visit counter</title>

	<description>if one visits for the first time, it says welcome. otherwise it gives the visit number and says when the user was on the site last time.</description>

	<link>http://phpsnips.com/snippet.php?id=459</link>

	</item><item>

	<title>contact form with basic protection</title>

	<description></description>

	<link>http://phpsnips.com/snippet.php?id=458</link>

	</item><item>

	<title>show a specific date in php</title>

	<description></description>

	<link>http://phpsnips.com/snippet.php?id=457</link>

	</item>
</channel>
</rss>
