<?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>How to Get it Working &#187; php</title>
	<atom:link href="http://howtogetitworking.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://howtogetitworking.com</link>
	<description>get things working</description>
	<lastBuildDate>Tue, 06 Dec 2011 11:49:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Snow Leopard: PHP &amp; PostgreSQL</title>
		<link>http://howtogetitworking.com/2010/10/01/snow-leopard-php-postgresql/</link>
		<comments>http://howtogetitworking.com/2010/10/01/snow-leopard-php-postgresql/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 06:45:04 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=81</guid>
		<description><![CDATA[Got this need to install PostgreSQL on my Mac OS X, Gnegg did a good guide on how to do so. that should be all. the last part about php.ini may depends on which php.ini is been loaded, so do note.]]></description>
		<wfw:commentRss>http://howtogetitworking.com/2010/10/01/snow-leopard-php-postgresql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac: Connecting to msSQL Server on Mac</title>
		<link>http://howtogetitworking.com/2008/05/28/mac-connecting-to-mssql-server-on-mac/</link>
		<comments>http://howtogetitworking.com/2008/05/28/mac-connecting-to-mssql-server-on-mac/#comments</comments>
		<pubDate>Thu, 29 May 2008 05:19:18 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[freetds]]></category>
		<category><![CDATA[mssql]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=15</guid>
		<description><![CDATA[This is for ppl who are mac lover and mysql lover but due to work requirement have to conenct to mssql server on their mac. if you had installed PHP Apache Module from Entropy.ch the following instruction is for you, else, you may try my earlier post on installing msSQL extension for php in *nix/Centos [...]]]></description>
		<wfw:commentRss>http://howtogetitworking.com/2008/05/28/mac-connecting-to-mssql-server-on-mac/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mac: Installing mySQL in Leopard</title>
		<link>http://howtogetitworking.com/2008/04/03/installing-mysql-in-leopard/</link>
		<comments>http://howtogetitworking.com/2008/04/03/installing-mysql-in-leopard/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 05:16:40 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[mac osx]]></category>
		<category><![CDATA[mamp]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=13</guid>
		<description><![CDATA[phew! mySQL is finally working on my Mac OS X 10.5 Leopard comes with Apache and PHP installed but you will need to start Apache by opening terminal and run: apachectl -k start to enable php refer to Foundation PHP to auto start apache, go to &#8220;System Preference&#8221; and under &#8220;Sharing&#8221;, check on &#8220;Web Sharing&#8221; [...]]]></description>
		<wfw:commentRss>http://howtogetitworking.com/2008/04/03/installing-mysql-in-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Install mssql extension for php on unix</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/</link>
		<comments>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 09:52:57 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[freetds]]></category>
		<category><![CDATA[isql]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mssql.so]]></category>
		<category><![CDATA[php extension]]></category>
		<category><![CDATA[php mssql]]></category>
		<category><![CDATA[php pecl]]></category>
		<category><![CDATA[tsql]]></category>
		<category><![CDATA[txt2man]]></category>
		<category><![CDATA[unixodbc]]></category>

		<guid isPermaLink="false">http://howtogetitworking.com/?p=8</guid>
		<description><![CDATA[woh! okie.. this installation is gng to be long a tough.. took me a few days of google crawling and testing before i finally get it to work. okie, why will u need to install mssql extension on php? possibly becos u need to connect to a ms sql server of ur vendor or something [...]]]></description>
		<wfw:commentRss>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/feed/</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
	</channel>
</rss>

