<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Code The World — Database configuration file]]></title>
	<link rel="self" href="https://codetheworld.com/extern.php?action=feed&amp;tid=79&amp;type=atom" />
	<updated>2008-06-16T04:15:29Z</updated>
	<generator>PunBB</generator>
	<id>https://codetheworld.com/viewtopic.php?id=79</id>
		<entry>
			<title type="html"><![CDATA[Database configuration file]]></title>
			<link rel="alternate" href="https://codetheworld.com/viewtopic.php?pid=221#p221" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[a3d2i2]]></name>
				<uri>https://codetheworld.com/profile.php?id=145</uri>
			</author>
			<updated>2008-06-16T04:15:29Z</updated>
			<id>https://codetheworld.com/viewtopic.php?pid=221#p221</id>
		</entry>
</feed>
