<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Code The World — Database configuration file]]></title>
		<link>https://codetheworld.com/viewtopic.php?id=79</link>
		<atom:link href="https://codetheworld.com/extern.php?action=feed&amp;tid=79&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Database configuration file.]]></description>
		<lastBuildDate>Mon, 16 Jun 2008 04:15:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Database configuration file]]></title>
			<link>https://codetheworld.com/viewtopic.php?pid=221#p221</link>
			<description><![CDATA[<div class="codebox"><pre><code>$dbhost = &#039;localhost&#039;;
$dbuser = &#039;root&#039;;
$dbpass = &#039;funfile-world&#039;;

$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die
(&#039;Error connecting to mysql&#039;);

$dbname = &#039;funfile-world&#039;;
mysql_select_db($dbname);</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (a3d2i2)]]></author>
			<pubDate>Mon, 16 Jun 2008 04:15:29 +0000</pubDate>
			<guid>https://codetheworld.com/viewtopic.php?pid=221#p221</guid>
		</item>
	</channel>
</rss>
