<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Would somebody please show me how to modify"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Would somebody please show me how to modify"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Would somebody please show me how to modify</title>
				<description><![CDATA[ This question was lost in the server crash....Would somebody please show me how to modify the following basic html file to incorporate a poll in it?<br /> <br /> Current file name is TEST.HTM<br /> <br /> &lt;html&gt;<br /> <br /> &lt;head&gt;<br /> &lt;meta http-equiv="Content-Type" content="text/html; charset=windows-1252"&gt;<br /> &lt;meta name="GENERATOR" content="Microsoft FrontPage 4.0"&gt;<br /> &lt;meta name="ProgId" content="FrontPage.Editor.Document"&gt;<br /> &lt;title&gt;New Page 2&lt;/title&gt;<br /> &lt;/head&gt;<br /> <br /> &lt;body&gt;<br /> <br /> &lt;/body&gt;<br /> <br /> &lt;/html&gt;<br /> <br /> <br /> Following is poll code I am supposed to incorporate in this. I am not sure if I wrap PHP code around HTML or insert PHP code in HTML? Can somebody show me by properly merging these two? Thanks!!!!!<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 =<br />  "/home/warrenmo/public_html/Poll/textfile";<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);<br /> <br /> <br />  /* the second poll */<br />  $php_poll-&gt;set_template_set("simple");<br />  $php_poll-&gt;set_max_bar_length(80); <br />  echo $php_poll-&gt;poll_process(2);<br /> <br /> <br />  /* the third poll */<br />  $php_poll-&gt;set_template_set("popup");<br />  if ($php_poll-&gt;is_valid_poll_id(3)) {<br />      echo $php_poll-&gt;display_poll(3);<br />  } <br /> <br />  ?&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1025/2636.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1025/2636.php</link>
				<pubDate><![CDATA[Wed, 2 Oct 2002 15:15:31]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Ok after tinkering following is working</title>
				<description><![CDATA[ Three polls on one page inside a table.<br /> To view: www.sitename.com/reunionpoll.php<br /> <br /> Filename: reunionpoll.php<br /> contents of file:<br /> <br /> &lt;?php <br />    /* Include this before your html code */<br />  include "/home/warrenmo/public_html/Poll/textfile/poll_cookie.php"; <br />  ?&gt;<br /> &lt;html&gt;<br /> <br /> &lt;head&gt;<br /> &lt;meta http-equiv="Content-Type" content="text/html; charset=windows-1252"&gt;<br /> &lt;meta name="GENERATOR" content="Microsoft FrontPage 4.0"&gt;<br /> &lt;meta name="ProgId" content="FrontPage.Editor.Document"&gt;<br /> &lt;title&gt;New Page 2&lt;/title&gt;<br /> &lt;meta name="Microsoft Border" content="none"&gt;<br /> &lt;/head&gt;<br /> <br /> &lt;body&gt;<br /> <br /> &lt;?php<br /> /* path */ <br />  $poll_path = "/home/warrenmo/public_html/Poll/textfile";<br />  require $poll_path."/include/config.inc.php";<br />  require $poll_path."/include/class_poll.php";<br /> ?&gt;<br /> <br /> &lt;table border="0" cellpadding="3" cellspacing="3" width="480"&gt;<br />   &lt;tr&gt;<br />     &lt;td width="160" align="center" valign="top"&gt;<br />         &lt;?php<br />           $php_poll = new poll(); <br />           $poll_path = "/home/warrenmo/public_html/Poll/textfile";<br />           echo $php_poll-&gt;poll_process(4);<br />         ?&gt;<br /> <br />     &lt;/td&gt;<br />     &lt;td width="160" align="center" valign="top"&gt;<br />         &lt;?php<br />           $php_poll = new poll();<br />           $poll_path = "/home/warrenmo/public_html/Poll/textfile";<br />           echo $php_poll-&gt;poll_process(6);<br />         ?&gt;<br />     &lt;/td&gt;<br />     &lt;td width="160" align="center" valign="top"&gt;<br />         &lt;?php<br />           $php_poll = new poll();<br />           $poll_path = "/home/warrenmo/public_html/Poll/textfile";<br />           echo $php_poll-&gt;poll_process(5);<br />         ?&gt;<br />     &lt;/td&gt;<br />   &lt;/tr&gt;<br /> &lt;/table&gt;<br /> <br /> <br /> <br /> &lt;/body&gt;<br /> <br /> &lt;/html&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1025/2637.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1025/2637.php</link>
				<pubDate><![CDATA[Wed, 2 Oct 2002 16:51:29]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ rename your test page 'TEST.HTM' to TEST.php]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1025/2642.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1025/2642.php</link>
				<pubDate><![CDATA[Wed, 2 Oct 2002 23:13:47]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>