<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced poll"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced poll"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced poll</title>
				<description><![CDATA[ Hello.<br /> I've got a problem.<br /> Poll works fine straight away. <br /> But when I try the following construction:<br /> <br /> main file:<br /> [code]<br /> &lt;?php<br /> 	include_once &quot;/home/salinom/public_html/krymsun.info/poll/poll_cookie.php&quot;;<br /> 	include &quot;test.inc&quot;;<br /> 	f&#40;&#41;; <br /> ?&gt;<br /> [/code]<br /> test.inc<br /> [code]<br /> &lt;?php<br /> <br /> function f&#40;&#41;&#123;<br /> <br /> 	include_once &quot;poll/booth.php&quot;;<br /> 	echo $php_poll-&gt;poll_process&#40;7&#41;;<br /> &#125;<br /> ?&gt;<br /> [/code]<br /> <br /> I get such error:<br /> [code]Database Error<br /> <br /> MySQL Error &#58; Database Error<br /> Error Number&#58; 1046 No Database Selected[/code]<br /> <br /> How to deal with it?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4527/15674.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4527/15674.php</link>
				<pubDate><![CDATA[Mon, 18 Apr 2005 22:02:28]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Problem solved.<br /> Test.inc should look like this:<br /> [code]&lt;?php <br /> include_once &quot;poll/booth.php&quot;; <br /> <br /> function f&#40;&#41;&#123; <br />    echo $php_poll-&gt;poll_process&#40;7&#41;; <br /> &#125; <br /> ?&gt;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/4527/15675.php</guid>
				<link>https://proxy2.de/forum/posts/preList/4527/15675.php</link>
				<pubDate><![CDATA[Mon, 18 Apr 2005 22:42:22]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>