<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Help with advance poll"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Help with advance poll"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Help with advance poll</title>
				<description><![CDATA[ &lt;?php<br /> // Important! You have to include it before your html code<br /> include_once "c:/program files/apache group/apache/htdocs/poll/poll_cookie.php";<br /> ?&gt;<br /> <br /> &lt;html&gt;<br /> &lt;body&gt;<br /> &lt;?php<br /> include_once "c:/program files/apache group/apache/htdocs/poll/booth.php";<br /> echo $php_poll-&gt;poll_process(4);<br /> ?&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> <br /> <br /> i try to save this as index.html but it could not work. the output is like this<br /> <br /> <br /> poll_process(4); ?&gt; <br /> <br /> <br /> <br /> just like that when i try to access the index.html.<br /> the process 4 does exist.whta's happening.<br /> <br /> <br /> <br /> another question is how dou embed the poll in a table.similar to the one inyour index page.the one on the right side. pls help...<br /> <br /> <br /> thank you]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1008/2577.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1008/2577.php</link>
				<pubDate><![CDATA[Sat, 17 Aug 2002 09:32:53]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ rename index.html to index.php]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1008/2583.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1008/2583.php</link>
				<pubDate><![CDATA[Sat, 17 Aug 2002 16:05:10]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ For future reference any page that has php script on it must be named .php<br /> <br /> As far as putting it anywhere on a page, just do the same thing you would do if you wanted a table.<br /> <br /> &lt;table width="125" align="right" cellspacing="0"&gt;<br />                 &lt;tr&gt;<br />                   &lt;td&gt;<br />                     &lt;?php<br /> include_once "/blah/blah/blah/booth.php";<br /> echo $php_poll-&gt;poll_process("random");<br /> ?&gt;<br />                   &lt;/td&gt;<br />                 &lt;/tr&gt;<br />               &lt;/table&gt;<br /> <br /> You just have to align your table.  You could also do it in a layer if you wanted to.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1008/2589.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1008/2589.php</link>
				<pubDate><![CDATA[Sat, 17 Aug 2002 18:34:38]]> GMT</pubDate>
				<author><![CDATA[ dunnma]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Alternatively, you can get your server to parse HTML pages for PHP codes.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1008/2671.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1008/2671.php</link>
				<pubDate><![CDATA[Sat, 5 Oct 2002 02:27:21]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>