<?xml version="1.0" encoding="iso-8859-1" ?><rss version="2.0">
	<title>PHPSnip.com - New Snippets and updates</title>
	<description>This Feed shows the latest news and approved snippets.</description>
	<link>http://phpsnip.com/rss</link>
			<item>
			<title>Non-broken EscapeShellCmd()</title>
			<description>This is a safe way of passing command-line arguments to child processes.</description>
			<link>http://phpsnip.com/snippets/external/uncategorized/non-broken-escapeshellcmd</link>
			<category><![CDATA[ external]]></category>
			<category><![CDATA[ uncategorized]]></category>
		</item>
			<item>
			<title>Easy news</title>
			<description>Updat the news section on your site easily without using a database.</description>
			<link>http://phpsnip.com/snippets/files_and_directories/uncategorized/easy-news</link>
			<category><![CDATA[ files and directories]]></category>
			<category><![CDATA[ uncategorized]]></category>
		</item>
			<item>
			<title>F&amp;amp;DB&amp;amp;CV2</title>
			<description>Files and Directories Browser and Source Code Viewer... not anything special</description>
			<link>http://phpsnip.com/snippets/files_and_directories/uncategorized/famp;dbamp;cv2</link>
			<category><![CDATA[ files and directories]]></category>
			<category><![CDATA[ uncategorized]]></category>
		</item>
			<item>
			<title>File  Grabber with Random Photo Display</title>
			<description>Looks in any directory you specify and gets all the files with extensions given by you. Returns them as an array that you can do anything with, I used it to pick four photos from the photo album directory at random (sort of random) and  display them in the footer of a page. Works around open_basedir restrictions.</description>
			<link>http://phpsnip.com/snippets/files_and_directories/uncategorized/file-grabber-with-random-photo-display</link>
			<category><![CDATA[ files and directories]]></category>
			<category><![CDATA[ uncategorized]]></category>
		</item>
			<item>
			<title>File and dir listing into tables, with download support</title>
			<description>The function of this script is to distinguish wether the returned array is a file or directory, if it is a file, it generates a link to download the file, otherwise if it's a dir, it creates a link to list the files/dirs in that directory, works on windows and *nix platforms.</description>
			<link>http://phpsnip.com/snippets/files_and_directories/uncategorized/file-and-dir-listing-into-tables-with-download-support</link>
			<category><![CDATA[ files and directories]]></category>
			<category><![CDATA[ uncategorized]]></category>
		</item>
			<item>
			<title>File Search</title>
			<description>This function allows your script to search through a directory tree for a file.
The search is depth first.  The fully qualified file name is returned if the file is found.</description>
			<link>http://phpsnip.com/snippets/files_and_directories/uncategorized/file-search</link>
			<category><![CDATA[ files and directories]]></category>
			<category><![CDATA[ uncategorized]]></category>
		</item>
			<item>
			<title>highlight</title>
			<description>This Function allows to highlight assigned case insensitive Parts (search) of a string (subject) with pre defined HTML-Tags</description>
			<link>http://phpsnip.com/snippets/text/uncategorized/highlight-2</link>
			<category><![CDATA[ text]]></category>
			<category><![CDATA[ uncategorized]]></category>
		</item>
			<item>
			<title>IconCounter</title>
			<description>a very simple text counter but with an icon</description>
			<link>http://phpsnip.com/snippets/text/uncategorized/iconcounter</link>
			<category><![CDATA[ text]]></category>
			<category><![CDATA[ uncategorized]]></category>
		</item>
			<item>
			<title>Implementing PHP into console with readline</title>
			<description>Some simple functions to handle data for those wanting to write php console scripts with readline, with an example for adding colour to your scripts too.</description>
			<link>http://phpsnip.com/snippets/text/uncategorized/implementing-php-into-console-with-readline</link>
			<category><![CDATA[ text]]></category>
			<category><![CDATA[ uncategorized]]></category>
		</item>
			<item>
			<title>List all 256 Character Function</title>
			<description>This will return all the 256 characters with its valid char('value'); ...</description>
			<link>http://phpsnip.com/snippets/text/uncategorized/list-all-256-character-function</link>
			<category><![CDATA[ text]]></category>
			<category><![CDATA[ uncategorized]]></category>
		</item>
			<item>
			<title>a class to Get and Output Directories List</title>
			<description>A framework to get the directories list at a given path and possibly print it, core or as ht-links to each directory (useful if each contains an index.htm for ex) ... to be extended</description>
			<link>http://phpsnip.com/snippets/files_and_directories/uncategorized/a-class-to-get-and-output-directories-list</link>
			<category><![CDATA[ files and directories]]></category>
			<category><![CDATA[ uncategorized]]></category>
		</item>
			<item>
			<title>File Search Class</title>
			<description>This is a simple class that will let you search specified directories on your server, using specified file extensions, for a query string.</description>
			<link>http://phpsnip.com/snippets/files_and_directories/uncategorized/file-search-class</link>
			<category><![CDATA[ files and directories]]></category>
			<category><![CDATA[ uncategorized]]></category>
		</item>
			<item>
			<title>file.php</title>
			<description>This is a early version of a filesystem editor we wrote for our developers kit. It allows you do view a directory, create files, erase files, edit files, create directories, remove directories, and upload files from your browser directly into the directory.</description>
			<link>http://phpsnip.com/snippets/files_and_directories/uncategorized/file.php</link>
			<category><![CDATA[ files and directories]]></category>
			<category><![CDATA[ uncategorized]]></category>
		</item>
			<item>
			<title>Filemanager class</title>
			<description>The filemanager class can be used to create a php filemanger, you can define a chrooted kind of basedir, and use the $_GET array to define a subdir. It has some built in protection against &amp;quot;?subdir=../&amp;quot; stuff and it has alot of little extras, like sort functions, MIME type checks and lots more.

I have been using it a long time now, and it never failed me :)</description>
			<link>http://phpsnip.com/snippets/files_and_directories/uncategorized/filemanager-class</link>
			<category><![CDATA[ files and directories]]></category>
			<category><![CDATA[ uncategorized]]></category>
		</item>
			<item>
			<title>Format a File Size</title>
			<description>Function for calculating and formating a file size in bytes to human readble format</description>
			<link>http://phpsnip.com/snippets/files_and_directories/uncategorized/format-a-file-size</link>
			<category><![CDATA[ files and directories]]></category>
			<category><![CDATA[ uncategorized]]></category>
		</item>
	</rss>
