<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Poll - wie integrieren???"]]></title>
		<link>https://proxy2.de/forum/posts/list/4.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Poll - wie integrieren???"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Poll - wie integrieren???</title>
				<description><![CDATA[ Tach,<br /> <br /> wieder einmal eine Anfrage zum Thema Poll.<br /> <br /> Ich habe mir alle Threads durchgelesen und alles probiert, es funzt nicht. <br /> Ich bin kein PHP-Kenner und deshalb stehe ich vor einem Problem.<br /> <br /> &lt;?php<br /> // Important! You have to include it before your html code<br /> include_once ....../htdocs/php/poll/db/poll_cookie.php";<br /> ?&gt;<br /> &lt;html&gt;<br /> &lt;body&gt;<br /> &lt;?php<br /> include_once "....../htdocs/php/poll/db/booth.php";<br /> echo $php_poll-&gt;poll_process(4);<br /> ?&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> <br /> Dieser Code funktioniert nicht... <br /> Speichere ich das Document in PHP ab, dann spuckt er mir diese Fehlermeldung "Fatal error: Unable to open test.php in Unknown on line 0<br /> " aus. Wenn ich unter shtml abspeichere, das "poll_process(4); ?&gt;"...<br /> <br /> Was läuft hier quer?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/463/1178.php</guid>
				<link>https://proxy2.de/forum/posts/preList/463/1178.php</link>
				<pubDate><![CDATA[Thu, 18 Apr 2002 13:13:04]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Wieso denn "... Unable to open test.php" ?  <img src="https://proxy2.de/forum//images/smilies/0a4d7238daa496a758252d0a2b1a1384.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/463/1179.php</guid>
				<link>https://proxy2.de/forum/posts/preList/463/1179.php</link>
				<pubDate><![CDATA[Thu, 18 Apr 2002 13:49:52]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Gute Frage....<br /> <br /> Ich möchte Sie auch gern beanwortet wissen...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/463/1180.php</guid>
				<link>https://proxy2.de/forum/posts/preList/463/1180.php</link>
				<pubDate><![CDATA[Thu, 18 Apr 2002 14:10:21]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>poll</title>
				<description><![CDATA[ überprüfe mal ob der pfad stimmt<br /> <br /> include_once "....../htdocs/php/poll/db/booth.php";]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/463/1181.php</guid>
				<link>https://proxy2.de/forum/posts/preList/463/1181.php</link>
				<pubDate><![CDATA[Thu, 18 Apr 2002 17:15:14]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Der Pfad war ok...<br /> <br /> Was bedeutet eigentlich das schon wieder? <br /> <br /> [an error while processing this directive]<br /> <br /> <br /> im body meiner seite eingebaut...<br /> <br /> &lt;!--#include virtual="www.meinedomain.de/php/news/index.php" --&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/463/1183.php</guid>
				<link>https://proxy2.de/forum/posts/preList/463/1183.php</link>
				<pubDate><![CDATA[Thu, 18 Apr 2002 22:24:50]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ das ist auf jeden fall falsch<br /> <br /> &lt;!--#include virtual="www.meinedomain.de/php/news/index.php" --&gt;<br /> <br /> besser so<br /> <br /> &lt;!--#include virtual="/php/news/index.php" --&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/463/1190.php</guid>
				<link>https://proxy2.de/forum/posts/preList/463/1190.php</link>
				<pubDate><![CDATA[Fri, 19 Apr 2002 11:25:21]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Alles Mist...<br /> <br /> Ich habe es auf meinem eigener Server ausprobiert.<br /> Ich habe einfach dieses eingesetzt...<br /> <br /> &lt;?php<br /> include_once c:/foxserv/php/poll/db/poll_cookie.php"; <br /> ?&gt;<br /> &lt;html&gt;<br /> &lt;body&gt;<br /> &lt;?php <br /> require "c:/foxserv/php/poll/db/booth.php"; <br /> $php_poll-&gt;set_template_set("popup");<br /> if ($php_poll-&gt;is_valid_poll_id(4)) {<br />     echo $php_poll-&gt;display_poll(4);<br /> } <br /> ?&gt;<br /> <br /> und es läuft einwandfrei...<br /> <br /> Jetzt ersetze ich c:/foxserv/php/poll/db/?.php durch /php/poll/db/?.php und er spuckt mir dieses im browser aus:<br /> <br /> set_template_set("popup"); if ($php_poll-&gt;is_valid_poll_id(4)) { echo $php_poll-&gt;display_poll(4); } ?&gt; <br /> <br /> Muß ich ein include_path-Befehl setzen oder was liegt jetzt an...<br /> <br /> <br /> Danke]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/463/1215.php</guid>
				<link>https://proxy2.de/forum/posts/preList/463/1215.php</link>
				<pubDate><![CDATA[Mon, 22 Apr 2002 19:20:36]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Bin mir sicher das du den vollen serpfad eintragen musst, inklusive /home/......<br /> <br /> zudem kannst du testen ob sich der kram darstellt, wenn du es als inhalt einer tabelle aufrufst quasi das includen vor &lt;/td&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/463/1677.php</guid>
				<link>https://proxy2.de/forum/posts/preList/463/1677.php</link>
				<pubDate><![CDATA[Fri, 31 May 2002 05:46:06]]> GMT</pubDate>
				<author><![CDATA[ Eysenbeiss]]></author>
			</item>
	</channel>
</rss>