<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Can't see poll"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Can't see poll"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Can't see poll</title>
				<description><![CDATA[ i put this code where i want the poll "&lt;?php<br /> include_once "/home/plays/public_html/poll/booth.php";<br /> echo $php_poll-&gt;poll_process(4);<br /> ?&gt; but when i view the page all i see is "poll_process(4); ?&gt;" and not the poll.  What am i doing wrong?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1977/4962.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1977/4962.php</link>
				<pubDate><![CDATA[Sat, 31 May 2003 10:02:46]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Ah, you do'nt have the 'full' path from your server which should look something like:<br /> /* path */ <br /> $poll_path = "/home/youraccount/yourusername/www.yoursite/public_html/poll";<br /> presuming your directory is in public_html an called poll<br /> <br /> This works ok on my site<br /> <br /> <br /> <br /> &lt;?php <br /> /* Include this before your html code */<br /> include "./poll_cookie.php"; <br /> ?&gt;<br /> <br /> &lt;?php<br /> <br /> /* path */ <br /> $poll_path = "/home/youraccount/yourusername/www.yoursite/public_html/poll";<br /> <br /> require $poll_path."/include/config.inc.php";<br /> require $poll_path."/include/class_poll.php"; <br /> <br /> $php_poll = new poll();<br /> <br /> /* the first poll */ <br /> echo $php_poll-&gt;poll_process(1);]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1977/4966.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1977/4966.php</link>
				<pubDate><![CDATA[Sat, 31 May 2003 18:08:59]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Nope still didn't work  <img src="https://proxy2.de/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" /> .  This is what i have for my WHOLE page<br /> "&lt;?php<br /> // Important! You have to include it before your html code<br /> include_once "/home/plays/public_html/poll/poll_cookie.php";<br /> ?&gt;<br /> <br /> &lt;html&gt;<br /> &lt;body&gt;<br /> &lt;?php<br /> include_once "/home/plays/public_html/poll/booth.php";<br /> echo $php_poll-&gt;poll_process(4);<br /> ?&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;"]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1977/4968.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1977/4968.php</link>
				<pubDate><![CDATA[Sat, 31 May 2003 20:04:01]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>AKA 'the chief'</title>
				<description><![CDATA[ Hi there again, are you using .php pages on your site or something else?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1977/4972.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1977/4972.php</link>
				<pubDate><![CDATA[Sun, 1 Jun 2003 11:22:43]]> GMT</pubDate>
				<author><![CDATA[ dante]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I have some php pages on my site but the page i want to put polls on is html.  I did the db install and it all works right.  I just can't put any of the polls on my site.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1977/4977.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1977/4977.php</link>
				<pubDate><![CDATA[Sun, 1 Jun 2003 22:11:24]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi, sorry it's all a bit slow this...to use the script as you want to it has to saved .php - otherwise you can use an ssi call into a .shtml page ( as you will see in demo5..you will have to use one or the other - it will not work in .html/.htm pages<br /> <br /> hope this helps<br /> <br /> cheers]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1977/4985.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1977/4985.php</link>
				<pubDate><![CDATA[Mon, 2 Jun 2003 12:38:26]]> GMT</pubDate>
				<author><![CDATA[ dante]]></author>
			</item>
	</channel>
</rss>