<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Advanced Poll 2.03 on webpage"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Advanced Poll 2.03 on webpage"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Advanced Poll 2.03 on webpage</title>
				<description><![CDATA[ I have installed and activated Data Base Version of Advance Poll 2.03. I am not able to embed the poll on my homepage.<br /> <br /> I need to put my poll in my index.html file<br /> i.e. [url]http://www.zmustudents.com/index.html[/url]<br /> <br /> I've followed all the procedures and steps but the poll doesn't work on a webpage.<br /> <br /> [quote]<br /> &lt;?php<br /> // Important! You have to include it before your html code<br /> include_once "C:/W3Sites/zmustudents/www/poll/poll_cookie.php";<br /> ?&gt;<br /> <br /> &lt;html&gt;<br /> &lt;body&gt;<br /> &lt;?php<br /> include_once "C:/W3Sites/zmustudents/www/poll/booth.php";<br /> echo $php_poll-&gt;poll_process(4);<br /> ?&gt;<br /> [/quote]<br /> <br /> I get error message about poll_process(4);<br /> what should i do on the particular html file to rectify the error.<br /> <br /> regards,<br /> <br /> fahim[/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3721/10948.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3721/10948.php</link>
				<pubDate><![CDATA[Sat, 16 Oct 2004 10:32:23]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Can you please post the complete error message.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3721/10949.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3721/10949.php</link>
				<pubDate><![CDATA[Sat, 16 Oct 2004 11:15:20]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Change page extension to *.php<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3721/10951.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3721/10951.php</link>
				<pubDate><![CDATA[Sat, 16 Oct 2004 14:06:26]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thats what I thought at first but they say they are getting an error message where if the page extension was other than .php it would just show the commands. Probably is their problem though just to make me look stupid  <img src="https://proxy2.de/forum//images/smilies/2786c5c8e1a8be796fb2f726cca5a0fe.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3721/10953.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3721/10953.php</link>
				<pubDate><![CDATA[Sat, 16 Oct 2004 14:52:44]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If it was anything else but *.php you would get the poll_process(4);<br /> bit and not a lot else. It has to be *.php.<br /> <br /> NB - PHP code requires a file with an extension of *.php!!!<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3721/10954.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3721/10954.php</link>
				<pubDate><![CDATA[Sat, 16 Oct 2004 17:38:06]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Auron"] It has to be *.php.<br /> <br /> NB - PHP code requires a file with an extension of *.php!!!<br /> <br /> Auron[/quote]<br /> <br /> Actually .shtml would work as well :p well depending on server setup.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3721/10955.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3721/10955.php</link>
				<pubDate><![CDATA[Sat, 16 Oct 2004 17:56:45]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Well, that's if your doing it as an Server Side Include (SSI).<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3721/10956.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3721/10956.php</link>
				<pubDate><![CDATA[Sat, 16 Oct 2004 18:28:03]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>will it work?</title>
				<description><![CDATA[ so your saying that i should turn my homepage file i.e. index.html to index.php<br /> will it work?<br /> my hosting server does support php but my concern is will the visitor able to view my php extension homepage file when they'll click [url]www.zmustudents.com[/url]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3721/10957.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3721/10957.php</link>
				<pubDate><![CDATA[Sat, 16 Oct 2004 20:14:53]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ when a server recieves a request that does not specify a particular file it will send them the index.* file if it exists. My entire site is made up of .php pages.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3721/10958.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3721/10958.php</link>
				<pubDate><![CDATA[Sat, 16 Oct 2004 20:37:07]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title>Re: will it work?</title>
				<description><![CDATA[ [quote="ZMUStudents.com"]so your saying that i should turn my homepage file i.e. index.html to index.php<br /> will it work?<br /> my hosting server does support php but my concern is will the visitor able to view my php extension homepage file when they'll click [url]www.zmustudents.com[/url][/quote]<br /> <br /> Your server does NOT support PHP?!?!?<br /> This is a Poll written in PHP!<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3721/10959.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3721/10959.php</link>
				<pubDate><![CDATA[Sat, 16 Oct 2004 21:24:40]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ No they say their server [b]DOES[/b] support PHP.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3721/10960.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3721/10960.php</link>
				<pubDate><![CDATA[Sat, 16 Oct 2004 21:26:19]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [quote="Carbonize"]No they say their server [b]DOES[/b] support PHP.[/quote]<br /> <br /> Just re-read that it does, my bad ; ) lol<br /> <br /> .... *_*]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3721/10961.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3721/10961.php</link>
				<pubDate><![CDATA[Sat, 16 Oct 2004 22:33:50]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>