<?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: Storing mySQL database settings for php and perl in one file</title>
	<atom:link href="/posts/storing-mysql-database-settings-for-php-and-perl-in-one-file/feed" rel="self" type="application/rss+xml" />
	<link>http://hm2k.com/posts/storing-mysql-database-settings-for-php-and-perl-in-one-file</link>
	<description>The research of an internet entrepreneur and IT consultant</description>
	<pubDate>Thu, 04 Dec 2008 18:54:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: hm2k</title>
		<link>http://hm2k.com/posts/storing-mysql-database-settings-for-php-and-perl-in-one-file#comment-47871</link>
		<dc:creator>hm2k</dc:creator>
		<pubDate>Fri, 29 Feb 2008 12:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/posts/storing-mysql-database-settings-for-php-and-perl-in-one-file#comment-47871</guid>
		<description>Using a plain text file would be similar to using an INI file.

For the purpose of wide spread usage, to avoid having to also impliment .htaccess on the database configuration file, the use of a .pl file would be the best approach.

However it doesn't mean i'm not open to suggestion.

Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Using a plain text file would be similar to using an INI file.</p>
<p>For the purpose of wide spread usage, to avoid having to also impliment .htaccess on the database configuration file, the use of a .pl file would be the best approach.</p>
<p>However it doesn&#8217;t mean i&#8217;m not open to suggestion.</p>
<p>Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO Ranter</title>
		<link>http://hm2k.com/posts/storing-mysql-database-settings-for-php-and-perl-in-one-file#comment-47866</link>
		<dc:creator>SEO Ranter</dc:creator>
		<pubDate>Fri, 29 Feb 2008 12:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://hm2k.com/posts/storing-mysql-database-settings-for-php-and-perl-in-one-file#comment-47866</guid>
		<description>How about using a simple text file containing the DSN? This is a standard format for DB connections, legible by PHP, Perl and most of their DB abstraction layers.</description>
		<content:encoded><![CDATA[<p>How about using a simple text file containing the DSN? This is a standard format for DB connections, legible by PHP, Perl and most of their DB abstraction layers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
