<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Program &#38; Design &#187; function</title>
	<atom:link href="http://programanddesign.com/tag/function/feed/" rel="self" type="application/rss+xml" />
	<link>http://programanddesign.com</link>
	<description>Tips, tricks, tutorials, and tools on programming &#38; web design</description>
	<lastBuildDate>Wed, 07 Jul 2010 21:55:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mark&#8217;s PHP Snippets</title>
		<link>http://programanddesign.com/php/marks-php-snippets/</link>
		<comments>http://programanddesign.com/php/marks-php-snippets/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 18:54:29 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[excerpt]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[safe]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://programanddesign.com/?p=148</guid>
		<description><![CDATA[These are just a few PHP snippets/functions I have written over the years and have found to be quite useful. mysql_connect&#40;'localhost','USERNAME','PASSWORD'&#41;; mysql_select_db&#40;'DATABASE'&#41;; This one really isn't anything special, but it makes its way into every single one of my pages, so it's worth mentioning in case you forget the syntax or are new to PHP. [...]]]></description>
		<wfw:commentRss>http://programanddesign.com/php/marks-php-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
