<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for How to Get it Working</title>
	<atom:link href="http://howtogetitworking.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://howtogetitworking.com</link>
	<description>get things working</description>
	<lastBuildDate>Tue, 20 Mar 2012 19:38:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on How To: Install mssql extension for php on unix by Deepak</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-2/#comment-11767</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Tue, 20 Mar 2012 19:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-11767</guid>
		<description>Dhruv,if there were no error during compile, check the loaded configuration file in phpinfo. Most hosts today provide custom php.ini. If the php.ini path is different then you should put the load extension line in that file

echo “extension=mssql.so” &gt; /path/to/custom/php.ini</description>
		<content:encoded><![CDATA[<p>Dhruv,if there were no error during compile, check the loaded configuration file in phpinfo. Most hosts today provide custom php.ini. If the php.ini path is different then you should put the load extension line in that file</p>
<p>echo “extension=mssql.so” &gt; /path/to/custom/php.ini</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CS3: Could not use the move tool because the target channel is hidden by Steven</title>
		<link>http://howtogetitworking.com/2010/05/31/cs3-move-tool-target-channel-hidden/comment-page-1/#comment-11359</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Sat, 03 Mar 2012 07:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=70#comment-11359</guid>
		<description>Sophia, you are most welcome :)</description>
		<content:encoded><![CDATA[<p>Sophia, you are most welcome :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CS3: Could not use the move tool because the target channel is hidden by Sophia</title>
		<link>http://howtogetitworking.com/2010/05/31/cs3-move-tool-target-channel-hidden/comment-page-1/#comment-11356</link>
		<dc:creator>Sophia</dc:creator>
		<pubDate>Sat, 03 Mar 2012 05:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=70#comment-11356</guid>
		<description>Thank you very much! you&#039;re a life saver :D</description>
		<content:encoded><![CDATA[<p>Thank you very much! you&#8217;re a life saver :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Install mssql extension for php on unix by Steven</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-2/#comment-10947</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Fri, 10 Feb 2012 10:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-10947</guid>
		<description>dhruv, make sure that the various &quot;make install&quot; do not have any generated errors.</description>
		<content:encoded><![CDATA[<p>dhruv, make sure that the various &#8220;make install&#8221; do not have any generated errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To: Install mssql extension for php on unix by dhruv</title>
		<link>http://howtogetitworking.com/2008/02/26/how-to-install-mssql-extension-for-php-on-unix/comment-page-2/#comment-10946</link>
		<dc:creator>dhruv</dc:creator>
		<pubDate>Fri, 10 Feb 2012 10:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=8#comment-10946</guid>
		<description>i have followed the tutorial,
but still in my phpinfo() , its not showing ODBC section.

also getting this error on page 

Fatal error: Call to undefined function odbc_connect() in /home/frendzho/public_html/xyz.co.cc/mssql.php on line 8</description>
		<content:encoded><![CDATA[<p>i have followed the tutorial,<br />
but still in my phpinfo() , its not showing ODBC section.</p>
<p>also getting this error on page </p>
<p>Fatal error: Call to undefined function odbc_connect() in /home/frendzho/public_html/xyz.co.cc/mssql.php on line 8</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing mysqld on Dreamhost VPS by Steven</title>
		<link>http://howtogetitworking.com/2011/06/28/installing-mysqld-dreamhost-vps/comment-page-1/#comment-10390</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Tue, 10 Jan 2012 15:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=149#comment-10390</guid>
		<description>Hi Chris, yes, this will set everything to stat up automatically after each VPS reboot. 

To install phpMyAdmin, you will have to do it manually. Just like how you host any other websites, you can download the package from http://www.phpmyadmin.net/home_page/downloads.php. 
There&#039;s a quick guide you can use here too. http://wiki.phpmyadmin.net/pma/Quick_Install</description>
		<content:encoded><![CDATA[<p>Hi Chris, yes, this will set everything to stat up automatically after each VPS reboot. </p>
<p>To install phpMyAdmin, you will have to do it manually. Just like how you host any other websites, you can download the package from <a href="http://www.phpmyadmin.net/home_page/downloads.php" rel="nofollow">http://www.phpmyadmin.net/home_page/downloads.php</a>.<br />
There&#8217;s a quick guide you can use here too. <a href="http://wiki.phpmyadmin.net/pma/Quick_Install" rel="nofollow">http://wiki.phpmyadmin.net/pma/Quick_Install</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing mysqld on Dreamhost VPS by Chris Silich</title>
		<link>http://howtogetitworking.com/2011/06/28/installing-mysqld-dreamhost-vps/comment-page-1/#comment-10388</link>
		<dc:creator>Chris Silich</dc:creator>
		<pubDate>Tue, 10 Jan 2012 13:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=149#comment-10388</guid>
		<description>Does this set everything up to start the mysql service again on reboot?

Also, can you tell me how to add phpMyAdmin to the mix?</description>
		<content:encoded><![CDATA[<p>Does this set everything up to start the mysql service again on reboot?</p>
<p>Also, can you tell me how to add phpMyAdmin to the mix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web: Facebook Share Button Generator by Steven</title>
		<link>http://howtogetitworking.com/2011/02/05/web-facebook-share-button-generator/comment-page-1/#comment-9596</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Tue, 06 Dec 2011 11:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=126#comment-9596</guid>
		<description>Hi Patrick, have fixed the issue! 
Really appreciate you pointing out. Thanks. 
Have a great week ahead :)</description>
		<content:encoded><![CDATA[<p>Hi Patrick, have fixed the issue!<br />
Really appreciate you pointing out. Thanks.<br />
Have a great week ahead :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web: Facebook Share Button Generator by Steven</title>
		<link>http://howtogetitworking.com/2011/02/05/web-facebook-share-button-generator/comment-page-1/#comment-9594</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Tue, 06 Dec 2011 11:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=126#comment-9594</guid>
		<description>hey Patrick, thanks for pointing out!! let me try to get this fixed asap. will drop you a comment reply after i am done.</description>
		<content:encoded><![CDATA[<p>hey Patrick, thanks for pointing out!! let me try to get this fixed asap. will drop you a comment reply after i am done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web: Facebook Share Button Generator by Patrick</title>
		<link>http://howtogetitworking.com/2011/02/05/web-facebook-share-button-generator/comment-page-1/#comment-9593</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 06 Dec 2011 11:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://howtogetitworking.com/?p=126#comment-9593</guid>
		<description>Looks like the generator is broken :-(</description>
		<content:encoded><![CDATA[<p>Looks like the generator is broken :-(</p>
]]></content:encoded>
	</item>
</channel>
</rss>

