<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Inserting Advanced Poll into php page, but not showing up."]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Inserting Advanced Poll into php page, but not showing up."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Inserting Advanced Poll into php page, but not showing up.</title>
				<description><![CDATA[ Hello there, I was hoping I could get some help on this.<br /> <br /> I just installed advanced poll, and I looks good.  However, whenever I insert the php code the poll does not show up.  I'm trying to put it into our homepage, which already has some php in it (a news script, which includes a text file).  The news script always executes fine, but it seems like the poll script is just ignored.  Is there something I'm missing?  I've got:<br /> <br /> &lt;?php<br /> include_once "/home/shrubweb/public_html/poll/poll_cookie.php";<br /> ?&gt;<br /> <br /> At the top, followed by the html for the page.  Later on my news script looks like this:<br /> <br />   &lt;?php<br />   include("http://www.oftheshrub.com/news/news/news.txt");<br />   ?&gt;<br /> <br /> And a bit later comes the actual poll script:<br /> <br /> &lt;?php<br /> include_once "/home/shrubweb/public_html/poll/booth.php";<br /> echo $php_poll-&gt;poll_process("newest");<br /> ?&gt;<br /> <br /> <br /> As I said, the news always works, but the poll never does.  Even if I insert an echo statement into the poll script it doesn't show up on the page.  However, if I make an entirely new page with only the poll php, it works fine.  Seems wierd.<br /> <br /> Any help would be appreciated, I'm pretty new to php, so I might be missing something.<br /> <br /> -DR-]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1652/4081.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1652/4081.php</link>
				<pubDate><![CDATA[Thu, 27 Feb 2003 22:34:33]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Oh, btw -<br /> <br /> I also put in the following before anything else:<br /> <br /> &lt;?php require "poll_cookie.php"; ?&gt;<br /> <br /> And still a no go.<br /> <br /> -DR-]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1652/4082.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1652/4082.php</link>
				<pubDate><![CDATA[Thu, 27 Feb 2003 22:38:46]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ you forgot to put that<br /> /* path */ <br /> $poll_path = "/home/akitafr/www/poll";<br /> <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 /> <br /> $php_poll = new poll();<br /> <br /> before the echo<br /> <br /> Look at the demo_1 file]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1652/4083.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1652/4083.php</link>
				<pubDate><![CDATA[Fri, 28 Feb 2003 00:07:43]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>