<?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 on: Connecting to an external database from within a Wordpress post</title>
	<atom:link href="http://www.tyssendesign.com.au/articles/cms/connecting-to-external-database-from-within-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tyssendesign.com.au/articles/cms/connecting-to-external-database-from-within-wordpress/</link>
	<description>Web design &#38; development and print design services located in The Gap, Brisbane</description>
	<lastBuildDate>Sun, 28 Feb 2010 13:14:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Faulds</title>
		<link>http://www.tyssendesign.com.au/articles/cms/connecting-to-external-database-from-within-wordpress/comment-page-1/#comment-2545</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Sat, 27 Feb 2010 00:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=124#comment-2545</guid>
		<description>Sounds like a good idea and also a good idea for someone to write a blog post about.</description>
		<content:encoded><![CDATA[<p>Sounds like a good idea and also a good idea for someone to write a blog post&nbsp;about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty Martin</title>
		<link>http://www.tyssendesign.com.au/articles/cms/connecting-to-external-database-from-within-wordpress/comment-page-1/#comment-2543</link>
		<dc:creator>Marty Martin</dc:creator>
		<pubDate>Fri, 26 Feb 2010 13:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=124#comment-2543</guid>
		<description>You could easily implement this in your functions.php file and create a short code for use in your post.  Then you wouldn&#039;t need phpexec.</description>
		<content:encoded><![CDATA[<p>You could easily implement this in your functions.php file and create a short code for use in your post.  Then you wouldn&#8217;t need&nbsp;phpexec.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Faulds</title>
		<link>http://www.tyssendesign.com.au/articles/cms/connecting-to-external-database-from-within-wordpress/comment-page-1/#comment-2461</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Tue, 29 Dec 2009 05:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=124#comment-2461</guid>
		<description>Hi Ram, I&#039;m sorry but I don&#039;t understand the question.</description>
		<content:encoded><![CDATA[<p>Hi Ram, I&#8217;m sorry but I don&#8217;t understand the&nbsp;question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://www.tyssendesign.com.au/articles/cms/connecting-to-external-database-from-within-wordpress/comment-page-1/#comment-2460</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Mon, 28 Dec 2009 06:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=124#comment-2460</guid>
		<description>please give me the procedure if i am implementing dB for a login form for both admin remote server as well as localhost.</description>
		<content:encoded><![CDATA[<p>please give me the procedure if i am implementing dB for a login form for both admin remote server as well as&nbsp;localhost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ram</title>
		<link>http://www.tyssendesign.com.au/articles/cms/connecting-to-external-database-from-within-wordpress/comment-page-1/#comment-2459</link>
		<dc:creator>ram</dc:creator>
		<pubDate>Mon, 28 Dec 2009 05:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=124#comment-2459</guid>
		<description>every thing is perfectly OK .but i don&#039;t understand, in which editor do i modify this?</description>
		<content:encoded><![CDATA[<p>every thing is perfectly OK .but i don&#8217;t understand, in which editor do i modify&nbsp;this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Faulds</title>
		<link>http://www.tyssendesign.com.au/articles/cms/connecting-to-external-database-from-within-wordpress/comment-page-1/#comment-2448</link>
		<dc:creator>John Faulds</dc:creator>
		<pubDate>Fri, 18 Dec 2009 22:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=124#comment-2448</guid>
		<description>That&#039;s assuming the database connection file resides within your Wordpress directory structure, which might not necessarily be the case.</description>
		<content:encoded><![CDATA[<p>That&#8217;s assuming the database connection file resides within your Wordpress directory structure, which might not necessarily be the&nbsp;case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R'phael Spindel</title>
		<link>http://www.tyssendesign.com.au/articles/cms/connecting-to-external-database-from-within-wordpress/comment-page-1/#comment-2447</link>
		<dc:creator>R'phael Spindel</dc:creator>
		<pubDate>Fri, 18 Dec 2009 15:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=124#comment-2447</guid>
		<description>You really want to use one of the Wordpress path constants in order to include your custom php file.  

http://codex.wordpress.org/Determining_Plugin_and_Content_Directories</description>
		<content:encoded><![CDATA[<p>You really want to use one of the Wordpress path constants in order to include your custom php&nbsp;file.  </p>
<p><a href="http://codex.wordpress.org/Determining_Plugin_and_Content_Directories" rel="nofollow">http://codex.wordpress.org/Determining_Plugin_and_Content_Directories</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luis cordova</title>
		<link>http://www.tyssendesign.com.au/articles/cms/connecting-to-external-database-from-within-wordpress/comment-page-1/#comment-2254</link>
		<dc:creator>luis cordova</dc:creator>
		<pubDate>Sat, 15 Aug 2009 20:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=124#comment-2254</guid>
		<description>I was able to solve my problem modifying the function on my database manipulation to include the mysql_select_db function and commenting the mysql_close function safely.</description>
		<content:encoded><![CDATA[<p>I was able to solve my problem modifying the function on my database manipulation to include the mysql_select_db function and commenting the mysql_close function&nbsp;safely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luis cordova</title>
		<link>http://www.tyssendesign.com.au/articles/cms/connecting-to-external-database-from-within-wordpress/comment-page-1/#comment-2252</link>
		<dc:creator>luis cordova</dc:creator>
		<pubDate>Sat, 15 Aug 2009 17:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=124#comment-2252</guid>
		<description>hi, 

I still get the error

Warning: mysql_error(): 10 is not a valid MySQL-Link resource

which is triggered differently.

I just wonder how to debug such an error since it points to a sub sub function.</description>
		<content:encoded><![CDATA[<p>hi, </p>
<p>I still get the&nbsp;error</p>
<p>Warning: mysql_error(): 10 is not a valid MySQL-Link&nbsp;resource</p>
<p>which is triggered&nbsp;differently.</p>
<p>I just wonder how to debug such an error since it points to a sub sub&nbsp;function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Frosty @WPCult</title>
		<link>http://www.tyssendesign.com.au/articles/cms/connecting-to-external-database-from-within-wordpress/comment-page-1/#comment-2053</link>
		<dc:creator>The Frosty @WPCult</dc:creator>
		<pubDate>Thu, 16 Apr 2009 02:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyssendesign.com.au/?p=124#comment-2053</guid>
		<description>Totally awesome!
I was looking for something like this. Want to turn it into a function to call my database options on a custom theme I released. 

Now to figure on how to implement</description>
		<content:encoded><![CDATA[<p>Totally awesome!<br />
I was looking for something like this. Want to turn it into a function to call my database options on a custom theme I&nbsp;released. </p>
<p>Now to figure on how to&nbsp;implement</p>
]]></content:encoded>
	</item>
</channel>
</rss>
