<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Kann nicht mehrere Poll darstellen..."]]></title>
		<link>https://proxy2.de/forum/posts/list/4.php</link>
		<description><![CDATA[Latest messages posted in the topic "Kann nicht mehrere Poll darstellen..."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Kann nicht mehrere Poll darstellen...</title>
				<description><![CDATA[ Ich möchte gerne mehrere Poll zur Abstimmung bereitstellen, also habe ich mehre erstellt und sie dann mit:<br /> <br /> &lt;p&gt;&lt;?php<br /> $poll_path = "/vpserver/web/vps01136/www/poll/db";<br /> require $poll_path."/include/config.inc.php";<br /> require $poll_path."/include/$POLLDB[class]";<br /> require $poll_path."/include/class_poll.php";<br /> $CLASS["db"] = new polldb_sql;<br /> $CLASS["db"]-&gt;connect(); <br /> $php_poll = new poll();<br /> $php_poll-&gt;set_template_set("simple");<br /> $php_poll-&gt;set_max_bar_length(80); <br /> echo $php_poll-&gt;poll_process(6);<br /> ?&gt;&lt;/p&gt;<br /> &lt;p&gt;&lt;?php<br /> $poll_path = "/vpserver/web/vps01136/www/poll/db";<br /> require $poll_path."/include/config.inc.php";<br /> require $poll_path."/include/$POLLDB[class]";<br /> require $poll_path."/include/class_poll.php";<br /> $CLASS["db"] = new polldb_sql;<br /> $CLASS["db"]-&gt;connect(); <br /> $php_poll = new poll();<br /> $php_poll-&gt;set_template_set("simple");<br /> $php_poll-&gt;set_max_bar_length(80); <br /> echo $php_poll-&gt;poll_process(4);<br /> ?&gt;<br /> &lt;p&gt;&lt;?php<br /> $poll_path = "/vpserver/web/vps01136/www/poll/db";<br /> require $poll_path."/include/config.inc.php";<br /> require $poll_path."/include/$POLLDB[class]";<br /> require $poll_path."/include/class_poll.php";<br /> $CLASS["db"] = new polldb_sql;<br /> $CLASS["db"]-&gt;connect(); <br /> $php_poll = new poll();<br /> $php_poll-&gt;set_template_set("simple");<br /> $php_poll-&gt;set_max_bar_length(80); <br /> echo $php_poll-&gt;poll_process(5);<br /> ?&gt;&lt;/p&gt;<br /> <br /> eingebunden, aber nur der erste Poll wird dargestellt. Und dann erscheint noch eine Fehlermeldung die man unter <a class="snap_shots" href="http://www.stronghold-game.net/index.php?site=poll" target="_blank" rel="nofollow">http://www.stronghold-game.net/index.php?site=poll</a> besichtigen kann.<br /> <br /> Was habe ich falsch gemacht???]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/638/1655.php</guid>
				<link>https://proxy2.de/forum/posts/preList/638/1655.php</link>
				<pubDate><![CDATA[Wed, 29 May 2002 10:37:21]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Typischer Anfängerfehler!</title>
				<description><![CDATA[ du darfs die php-codes natürlich nur [b]einmal[/b] includen<br /> <br /> [code] <br /> <br /> &lt;p&gt;&lt;?php <br /> $poll_path = "/vpserver/web/vps01136/www/poll/db"; <br /> require $poll_path."/include/config.inc.php"; <br /> require $poll_path."/include/$POLLDB[class]"; <br /> require $poll_path."/include/class_poll.php"; <br /> $CLASS["db"] = new polldb_sql; <br /> $CLASS["db"]-&gt;connect(); <br /> $php_poll = new poll(); <br /> $php_poll-&gt;set_template_set("simple"); <br /> $php_poll-&gt;set_max_bar_length(80); <br /> echo $php_poll-&gt;poll_process(6); <br /> ?&gt;&lt;/p&gt; <br /> &lt;p&gt;&lt;?php <br /> <br /> echo $php_poll-&gt;poll_process(4); <br /> <br /> ?&gt; <br /> &lt;p&gt;&lt;?php <br /> <br /> echo $php_poll-&gt;poll_process(5); <br /> <br /> ?&gt;&lt;/p&gt; <br /> <br /> [/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/638/1658.php</guid>
				<link>https://proxy2.de/forum/posts/preList/638/1658.php</link>
				<pubDate><![CDATA[Wed, 29 May 2002 11:00:23]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>