<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Need help! Getting required file error w/poll!"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Need help! Getting required file error w/poll!"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Need help! Getting required file error w/poll!</title>
				<description><![CDATA[ I installed advanced poll on my computer and when I try to include a poll in a webpage, I get the following error:<br /> <br /> Warning: Failed opening 'http://localhost/testing/poll/test.php?poll_id=4' for inclusion (include_path='c:\php4\pear') in d:\www\testing\index.php on line 42<br /> <br /> The odd thing is that when I go to "http://localhost/testing/poll/test.php?poll_id=4," the poll shows up with no errors.<br /> <br /> To include the poll I included the following commands:<br /> <br /> require_once "poll/poll_cookie.php";<br /> require_once "poll/poll_ssi.php?poll_id=4";<br /> <br /> Any idea why it can open a poll on a whole page, but not as an "required file?" Thanks!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/551/1419.php</guid>
				<link>https://proxy2.de/forum/posts/preList/551/1419.php</link>
				<pubDate><![CDATA[Sun, 12 May 2002 13:19:45]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Oops, the error should've been:<br /> <br /> Warning: Failed opening 'http://localhost/testing/poll/poll_ssi.php?poll_id=4' for inclusion (include_path='c:\php4\pear') in d:\www\testing\index.php on line 42 <br /> <br /> NOT<br /> <br /> Warning: Failed opening 'http://localhost/testing/poll/test.php?poll_id=4' for inclusion (include_path='c:\php4\pear') in d:\www\testing\index.php on line 42 <br /> <br /> Thanks again to anyone who can help!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/551/1420.php</guid>
				<link>https://proxy2.de/forum/posts/preList/551/1420.php</link>
				<pubDate><![CDATA[Sun, 12 May 2002 13:21:35]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ you cannot include files via http on windows systems (works only on *nix).<br /> use echo $php_poll-&gt;poll_process(4) instead.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/551/1422.php</guid>
				<link>https://proxy2.de/forum/posts/preList/551/1422.php</link>
				<pubDate><![CDATA[Sun, 12 May 2002 15:54:43]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ That's odd, I can include files I made like header.php, etc. I tried your method and now I get this:<br /> <br /> Parse error: parse error in d:\www\testing\index.php on line 42<br /> <br /> Line 42 is (i tried all variations below):<br /> echo $php_poll-&gt;poll_process(4);<br /> echo "$php_poll-&gt;poll_process(4)";<br /> echo '$php_poll-&gt;poll_process(4)';]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/551/1429.php</guid>
				<link>https://proxy2.de/forum/posts/preList/551/1429.php</link>
				<pubDate><![CDATA[Mon, 13 May 2002 01:26:10]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>