<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "MySQL connect bug in Adv Guestbook"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "MySQL connect bug in Adv Guestbook"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>MySQL connect bug in Adv Guestbook</title>
				<description><![CDATA[ [b]if you're having trouble connecting to the DB <br /> after you created the DBtables try this:<br /> <br /> Open the mysql.class.php in the lib folder,<br /> go to line 30 find this: $this-&gt;conn_id= <br /> <br /> now right after the = <br /> <br /> replace this:<br /> mysql_connect($this-&gt;db['host'].":".$this-&gt;port,$this-&gt;db['user'],$this-&gt;db['pass']);<br /> <br /> with this:<br /> mysql_connect ("localhost", "yourusername", "yourpassword") or die ('I cannot connect to the database.');<br /> <br />  <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" /><br /> <br />          <br /> Worked first time and having wasted an hour <br /> messing about with config files and the rest it's runnin like a dream<br /> Best Regards<br /> Many thanks to the author <br /> for offering such a great script for FREE<br /> Julie<br /> <a class="snap_shots" href="http://www.retailunion.com" target="_blank" rel="nofollow">http://www.retailunion.com</a><br /> [/b]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1365/3385.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1365/3385.php</link>
				<pubDate><![CDATA[Thu, 26 Dec 2002 17:50:02]]> GMT</pubDate>
				<author><![CDATA[ retailunion]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ cheers - very helpful -- being new to php that took me an hour to figure out but you saved me a bit of time - well a lot actually!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1365/3389.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1365/3389.php</link>
				<pubDate><![CDATA[Fri, 27 Dec 2002 00:45:01]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>