<?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"
	>
<channel>
	<title>Comments on: PHP: working with multiple databases</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2004/06/15/php-working-with-multiple-databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2004/06/15/php-working-with-multiple-databases/</link>
	<description></description>
	<pubDate>Sat, 30 Aug 2008 11:21:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Neil Stead</title>
		<link>http://www.scriptygoddess.com/archives/2004/06/15/php-working-with-multiple-databases/#comment-5995</link>
		<dc:creator>Neil Stead</dc:creator>
		<pubDate>Wed, 16 Jun 2004 11:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/06/15/php-working-with-multiple-databases/#comment-5995</guid>
		<description>I had this problem some time ago, and eventually resolved it by merging the two databases - luckily none of my table names conflicted.  Your solution is more elegant - wish I'd thought of it!</description>
		<content:encoded><![CDATA[<p>I had this problem some time ago, and eventually resolved it by merging the two databases - luckily none of my table names conflicted.  Your solution is more elegant - wish I&#8217;d thought of it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2004/06/15/php-working-with-multiple-databases/#comment-5994</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Wed, 16 Jun 2004 11:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/06/15/php-working-with-multiple-databases/#comment-5994</guid>
		<description>Well that's the thing - in this case, for whatever reason - just doing &lt;em&gt;mysql_close()&lt;/em&gt; wasn't enough. It still was causing some kind of conflict. - I guess the &lt;em&gt;mysql_select_db()&lt;/em&gt; is persistent (or *can* be persistent) even AFTER &lt;em&gt;mysql_close()&lt;/em&gt;. Personally - I think "UNSELECTING" a database should be a function in PHP - maybe they'll add it. But MAN was that driving me crazy!</description>
		<content:encoded><![CDATA[<p>Well that&#8217;s the thing - in this case, for whatever reason - just doing <em>mysql_close()</em> wasn&#8217;t enough. It still was causing some kind of conflict. - I guess the <em>mysql_select_db()</em> is persistent (or *can* be persistent) even AFTER <em>mysql_close()</em>. Personally - I think &#8220;UNSELECTING&#8221; a database should be a function in PHP - maybe they&#8217;ll add it. But MAN was that driving me crazy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daynah</title>
		<link>http://www.scriptygoddess.com/archives/2004/06/15/php-working-with-multiple-databases/#comment-5992</link>
		<dc:creator>Daynah</dc:creator>
		<pubDate>Wed, 16 Jun 2004 04:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/06/15/php-working-with-multiple-databases/#comment-5992</guid>
		<description>Wow, that is a new and interesting way of doing it.  I do see how it works. :)  I usually just make sure I have mysql_close() after my query is done, and only open connections when they're necessary.</description>
		<content:encoded><![CDATA[<p>Wow, that is a new and interesting way of doing it.  I do see how it works. <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I usually just make sure I have mysql_close() after my query is done, and only open connections when they&#8217;re necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lost in Semantics &#187; Blog Archive &#187; MySQL query on separate database in Wordpress template</title>
		<link>http://www.scriptygoddess.com/archives/2004/06/15/php-working-with-multiple-databases/#comment-12313</link>
		<dc:creator>Lost in Semantics &#187; Blog Archive &#187; MySQL query on separate database in Wordpress template</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2004/06/15/php-working-with-multiple-databases/#comment-12313</guid>
		<description>&lt;pingback /&gt;[...] ordpress template. I tried to do this using the built-in $wpdb, but to no avail. I found a &lt;a href="http://www.scriptygoddess.com/archives/2004/06/15/php-working-with-multiple-databases/"&gt;solution from Scriptygoddess&lt;/a&gt;. 		 		 				Category: Meta [...]</description>
		<content:encoded><![CDATA[<pingback />[...] ordpress template. I tried to do this using the built-in $wpdb, but to no avail. I found a <a href="http://www.scriptygoddess.com/archives/2004/06/15/php-working-with-multiple-databases/">solution from Scriptygoddess</a>. 		 		 				Category: Meta [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.259 seconds -->
