<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Poll on a PHP page - with an HTML parse section"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Poll on a PHP page - with an HTML parse section"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Poll on a PHP page - with an HTML parse section</title>
				<description><![CDATA[ Here is the problem...<br /> <br /> I have oscommerce with php pages that use define() commands to display html.  <br /> <br /> I want to use the Advaced Poll but the poll keeps showing at the top of the php page.  If it doesn't go there it shows it as <br /> <br /> poll_process(4);<br /> <br /> where ever I place the code.<br /> <br /> I'm not good technically but I belive the problem lies in the php code running on the page:<br /> <br /> <br /> [code]<br /> &lt;?php<br /> define&#40;'NAVBAR_TITLE', 'Links'&#41;;<br /> define&#40;'HEADING_TITLE', 'Links'&#41;;<br /> <br /> define&#40;'TEXT_INFORMATION', ' This is the html section!!!<br /> <br /> '&#41;;<br /> ?&gt;<br /> [/code]<br /> <br /> <br /> So then I add this:<br /> <br /> <br /> [code]<br /> &lt;?php<br /> define&#40;'NAVBAR_TITLE', 'Links'&#41;;<br /> define&#40;'HEADING_TITLE', 'Links'&#41;;<br /> <br /> include_once &quot;/poll_cookie.php&quot;;<br /> <br /> define&#40;'TEXT_INFORMATION', ' This is the html section!!!<br /> <br /> &lt;?php<br /> include_once &quot;/booth.php&quot;;<br /> echo $php_poll-&gt;poll_process&#40;4&#41;;<br /> ?&gt;<br /> <br /> '&#41;;<br /> ?&gt;<br /> [/code]<br /> <br /> It shows up on the left top of the php page. That didin't work so I tried this:<br /> <br /> <br /> [code]<br /> &lt;?php<br /> define&#40;'NAVBAR_TITLE', 'Links'&#41;;<br /> define&#40;'HEADING_TITLE', 'Links'&#41;;<br /> <br /> include_once &quot;/poll_cookie.php&quot;;<br /> <br /> define&#40;'TEXT_INFORMATION', ' This is the html section!!!<br /> <br /> include_once &quot;/booth.php&quot;;<br /> echo $php_poll-&gt;poll_process&#40;4&#41;;<br /> <br /> '&#41;;<br /> ?&gt;<br /> [/code]<br /> <br /> That just showed: poll_process(4);<br /> <br /> I know I'm close...<br /> <br /> I need to find someone that knows how to show php in an already parsed section of HTML.  Did I say that right?<br /> <br /> Any help would be a life saver!!!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/5842/21180.php</guid>
				<link>https://proxy2.de/forum/posts/preList/5842/21180.php</link>
				<pubDate><![CDATA[Sat, 9 Sep 2006 07:05:01]]> GMT</pubDate>
				<author><![CDATA[ pollphpguy1000]]></author>
			</item>
	</channel>
</rss>