<?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 snippets posted by our PHPSnips users.</description>
<link>http://phpsnips.com/rss/rssNewSnips.xml</link>
	<item>
		<title>Strong Email Verification</title>
		<description>This is a more advanced email verification.</description>
		<link>http://phpsnips.com/554/Strong-Email-Verification</link>
	</item>
	<item>
		<title>reflection plugin</title>
		<description>desc</description>
		<link>http://phpsnips.com/553/reflection-plugin</link>
	</item>
	<item>
		<title>Password Strength</title>
		<description>This function calculates how strong a password choice is. A strong password has a value that is as close to possible to 100.</description>
		<link>http://phpsnips.com/552/Password-Strength</link>
	</item>
	<item>
		<title>PHP Simple Excel Table</title>
		<description>The purpose of this is pretty simple.  Pass it an array with header values and an array of data and it'll create a simple table like spreadsheet.  The benefit of this over PHPExcel is that it's smaller and more simple but also that it's not restricted by the number of rows you use.  I've had PHPExcel choke on a couple thousand of rows but this will handle them fine.  It uses SQLite to store the data in memory before writing to file.  So, you must have the SQLite extension turned on.  I'm planning on a more robust one that handles individual cells and formatting and such but starting here since I use this kind of thing to dump reports and tables.</description>
		<link>http://phpsnips.com/551/PHP-Simple-Excel-Table</link>
	</item>
	<item>
		<title>Search &amp; Replace Text inside PDF Files in PHP Applications</title>
		<description>This technical tip allows developers to replace text in a PDF file using Saaspose Pdf REST API in your PHP applications. Some important steps for performing this task are, enter App SID and App key, build URI, browse pdf file, enter old text, enter new text, Build URI to replace text, Save PDF file on server and Save output stream to disk.</description>
		<link>http://phpsnips.com/550/Search-&-Replace-Text-inside-PDF-Files-in-PHP-Applications</link>
	</item>
	<item>
		<title>Country Selection List Options w/selected</title>
		<description>Function that creates the options for a selection list of countries. Takes input of selected country and sets the option to selected. If nothing else, this should save others a bunch of typing and copy&amp;paste.  </description>
		<link>http://phpsnips.com/549/Country-Selection-List-Options-w/selected</link>
	</item>
	<item>
		<title>Movie To ASCII Movie</title>
		<description>This class will take a movie and convert it to an ascii movie (FFMpeg required). Note, output files are about 10x larger than the actual movie, but it is a really cool effect!</description>
		<link>http://phpsnips.com/548/Movie-To-ASCII-Movie</link>
	</item>
	<item>
		<title>Distance Between Two Points on the Earth</title>
		<description>This function will calculate the distance between point A (latitude, longitude) and point B (latitude, longitude) returning a distance in miles.</description>
		<link>http://phpsnips.com/547/Distance-Between-Two-Points-on-the-Earth</link>
	</item>
	<item>
		<title>Convert SRTM elevation-data (.hgt) to ASCII / CSV with PHP / CLI</title>
		<description>Converts the NASA SRTM-Data in .hgt-Format to ASCII .csv in the Format lat;lon;ele for easier import into databases. All .hgt-files are expected to be in a subdirectory relative to the script named &quot;hgt&quot;. Save as converthgt.php, then run in console  / command line: php converthgt.php &gt; srtm.csv
This will produce a large csv-file from all the .hgt-files in the hgt-subdirectory. The data is grouped by filename with a two-line grouping header.</description>
		<link>http://phpsnips.com/546/Convert-SRTM-elevation-data-(.hgt)-to-ASCII-/-CSV-with-PHP-/-CLI</link>
	</item>
	<item>
		<title>code of my cms bateCMS</title>
		<description>I, jarno, wil teach you how to inplement my cms in your website.
Questions: replie to this snippet
Sorry for my bat englishbut i'm a belgian and i'm just fourteen years old</description>
		<link>http://phpsnips.com/545/code-of-my-cms-bateCMS</link>
	</item>
	<item>
		<title>Blacklist Lookup</title>
		<description>This blacklist lookup function is a modification of &lt;a href=&quot;http://phpsnips.com/476/IP-Blacklist-Check-Script&quot;&gt;this&lt;/a&gt; snippet. The difference is, that it returns if it suspects an ip is a spammer. If 50% or more of the lookups think your a spammer, the function returns true otherwise false.</description>
		<link>http://phpsnips.com/544/Blacklist-Lookup</link>
	</item>
	<item>
		<title>Date Range Overlap Check</title>
		<description>Check a date range to see if it overlaps another saved date range.</description>
		<link>http://phpsnips.com/543/Date-Range-Overlap-Check</link>
	</item>
	<item>
		<title>Twitter Feed Reader</title>
		<description>Take a user name, and load the users feed to display on a page.</description>
		<link>http://phpsnips.com/542/Twitter-Feed-Reader</link>
	</item>
	<item>
		<title>CacheLayer</title>
		<description>Generate a file cache, this is usually good for your database especially on content that doesn't change often.</description>
		<link>http://phpsnips.com/541/CacheLayer</link>
	</item>
	<item>
		<title>Test For HTML In A String</title>
		<description>Test a string to see if it contains HTML within it.</description>
		<link>http://phpsnips.com/540/Test-For-HTML-In-A-String</link>
	</item>
	<item>
		<title>Extract URL's from HTML</title>
		<description>This script will extract urls from an html string, and can either return the urls as they are in the html or as formatted urls with http://</description>
		<link>http://phpsnips.com/539/Extract-URL's-from-HTML</link>
	</item>
	<item>
		<title>Hash Files</title>
		<description>This script enables users/you to get the hash from a file using any hashing algorithm that is included in php and also enables
you to verify that it is the same hash as the one you provide.
This is useful if you download a file from a site that provided a hash and you want to check if it downloaded successfully.</description>
		<link>http://phpsnips.com/538/Hash-Files</link>
	</item>
	<item>
		<title>Daily event using php</title>
		<description>Allows you to change something on a daily basis using just php.</description>
		<link>http://phpsnips.com/537/Daily-event-using-php</link>
	</item>
	<item>
		<title>Time Ago</title>
		<description>Displays how long ago something happened, such as when something was posted. &quot;1 day ago&quot;, &quot;2 months ago&quot;, etc.</description>
		<link>http://phpsnips.com/536/Time-Ago</link>
	</item>
	<item>
		<title>Get Lat &amp; Long values of an address</title>
		<description>Functions returns the latitude &amp; longitude values of an address (as an array) when the address is passed to the function (as a string)
</description>
		<link>http://phpsnips.com/535/Get-Lat-&-Long-values-of-an-address</link>
	</item></channel>
</rss>