<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "advance poll"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "advance poll"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>advance poll</title>
				<description><![CDATA[ I should be installed advacne poll(php+my sql)<br /> <br /> I succeed to go to www.kenoodlee.com/poll/db/admin and config<br /> the topic in it...but i am wondering how can i place the vote to<br /> my web site ?<br /> <br /> add the coding to my index.htm ?<br /> <br /> which part should i need to add into my index.htm (where can i find it)?<br /> (since i have no idea on php coding)<br /> <br /> Pls advice.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5456.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5456.php</link>
				<pubDate><![CDATA[Thu, 17 Jul 2003 17:12:09]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>That's easy!!</title>
				<description><![CDATA[ Place this <br /> &lt;?php<br /> // Important! You have to include it before your html code<br /> include_once "/usr/local/apache/htdocs/pollphp/textfile/poll_cookie.php";<br /> ?&gt;<br /> before your html code, and this:<br /> &lt;?php<br /> include_once "/usr/local/apache/htdocs/pollphp/textfile/booth.php";<br /> echo $php_poll-&gt;poll_process(4);        // x = Poll ID<br /> ?&gt;<br /> where you want your poll to be<br /> the number"4" it's the number of your poll ( might be 1, or 2 or whatver)]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5457.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5457.php</link>
				<pubDate><![CDATA[Thu, 17 Jul 2003 17:42:13]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>advance poll</title>
				<description><![CDATA[ Am i right ? but it's doesnt work !<br /> what is the meaning of "4" ?<br /> <br /> <br /> <br /> &lt;html&gt;<br /> &lt;head&gt;&lt;?php <br /> "http://www.kenoodlee.com/poll/db/poll_cookie.php"; <br /> ?&gt; <br /> <br /> <br /> &lt;/head&gt;<br /> <br /> &lt;body&gt;&lt;?php <br /> include_once "http://www.kenoodlee.com/poll/db/booth.php"; <br /> echo $php_poll-&gt;poll_process(4); // x = Poll ID <br /> ?&gt; <br /> <br /> <br /> <br /> &lt;/body&gt;<br /> &lt;/html&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5459.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5459.php</link>
				<pubDate><![CDATA[Thu, 17 Jul 2003 17:54:51]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>ad poll</title>
				<description><![CDATA[ Maybe the problem is that i am using Dreamweaver to edit/add following <br /> php code to the html file, that's why i cant show the poll..<br /> pls advice any others way to do that ?<br /> <br /> <br /> &lt;?php <br /> include_once "C:/Program Files/Apache Group/Apache2/html_public/textfile/booth.php"; <br /> echo $php_poll-&gt;poll_process(x); <br /> ?&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5461.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5461.php</link>
				<pubDate><![CDATA[Thu, 17 Jul 2003 18:16:06]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>reply</title>
				<description><![CDATA[ The number 4 it's the ID of your poll...get it?<br /> I hate dreanweaver, just use a plain html editor]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5465.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5465.php</link>
				<pubDate><![CDATA[Thu, 17 Jul 2003 20:50:51]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>HTML Include --- Can't get it to work</title>
				<description><![CDATA[ I have been reading everythign I can find to make this work and I have edited the code over and over.. but still it doensn't work in an html file. I can make it work if code is inserted into a php file. works like a champ then, but not with html.<br /> <br /> Here's my code... Please advise, and it would be appreciated...<br /> The only output I get on the screen is  "poll_process(4); ?&gt; "<br /> I do have 4 as a survey. Thanks in advance.<br /> <br /> <br /> &lt;?php <br /> // Important! You have to include it before your html code <br /> include_once "/home/notarywe/public_html/poll/poll_cookie.php"; <br /> ?&gt; <br /> &lt;html&gt;<br /> <br /> &lt;head&gt;<br /> &lt;meta http-equiv="Content-Language" content="en-us"&gt;<br /> &lt;meta http-equiv="Content-Type" content="text/html; charset=windows-1252"&gt;<br /> &lt;meta name="GENERATOR" content="Microsoft FrontPage 5.0"&gt;<br /> &lt;meta name="ProgId" content="FrontPage.Editor.Document"&gt;<br /> &lt;/head&gt;<br /> <br /> &lt;body&gt;<br /> <br /> &lt;p&gt;&lt;?php<br /> include_once "/home/notarywe/public_html/poll/booth.php";<br /> echo $php_poll-&gt;poll_process(4);        <br /> ?&gt;<br /> &lt;/p&gt;<br /> <br /> &lt;/body&gt;<br /> <br /> &lt;/html&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5486.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5486.php</link>
				<pubDate><![CDATA[Sat, 19 Jul 2003 18:29:31]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>still not working!</title>
				<description><![CDATA[ I can make it work with having everything in an php file, or .shtml file, but not just a .htm file.. as others have stated their index.htm/html<br /> <br /> It's frustrating since it's a great little program, but a pain in the rump to get going.. installation is easy, but to get it inserted into our code on exsisitng sites is a real chore. I hope that someone has an answer, I would love to see a url, with a .htm file that loads this and possibly the source behind it.<br /> <br /> Any takers?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5487.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5487.php</link>
				<pubDate><![CDATA[Sat, 19 Jul 2003 19:14:49]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re: ad poll</title>
				<description><![CDATA[ I went to this users site, and they have the exact same issue.. and the same response of their file.. showing only.. the php code, and no survey!<br /> <br /> <br /> [quote="kenoodlee"]Maybe the problem is that i am using Dreamweaver to edit/add following <br /> php code to the html file, that's why i cant show the poll..<br /> pls advice any others way to do that ?<br /> <br /> <br /> &lt;?php <br /> include_once "C:/Program Files/Apache Group/Apache2/html_public/textfile/booth.php"; <br /> echo $php_poll-&gt;poll_process(x); <br /> ?&gt;[/quote]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5488.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5488.php</link>
				<pubDate><![CDATA[Sat, 19 Jul 2003 19:15:51]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ rename your main site eg. index.html --&gt; index.php<br />                                        index.htm --&gt; index.php<br /> <br /> change the file type into php. that worked for me.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5496.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5496.php</link>
				<pubDate><![CDATA[Sun, 20 Jul 2003 08:49:06]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>.htm to .php</title>
				<description><![CDATA[ Yeah, I knew I could make it work with a php file, but really want to keep it an htm.. I wonder if it's even possible to have it work with an html/htm file.. or if it has to be a php file.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5499.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5499.php</link>
				<pubDate><![CDATA[Sun, 20 Jul 2003 18:54:05]]> GMT</pubDate>
				<author><![CDATA[ entoone]]></author>
			</item>
			<item>
				<title>show vote again</title>
				<description><![CDATA[ How can I set people to vote again(means not only 1 vote only)]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5501.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5501.php</link>
				<pubDate><![CDATA[Sun, 20 Jul 2003 19:56:09]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ turn off the monitoring I believe.. since it watches to see if someone has voted, and the timeframe etc.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5502.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5502.php</link>
				<pubDate><![CDATA[Sun, 20 Jul 2003 21:29:06]]> GMT</pubDate>
				<author><![CDATA[ entoone]]></author>
			</item>
			<item>
				<title>Re: .htm to .php</title>
				<description><![CDATA[ [quote="entoone"]Yeah, I knew I could make it work with a php file, but really want to keep it an htm.. I wonder if it's even possible to have it work with an html/htm file.. or if it has to be a php file.[/quote]<br /> <br /> ermm....kinda a stupid question rly, everything between &lt;?php and ?&gt; are PHP codes, so they require a .php file extention, and most of all, a server that supports PHP files...<br /> <br /> answer to your question is no, because it is impossible to have PHP coding in an HTML file. i do wonder why you even had to "wonder" that...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5522.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5522.php</link>
				<pubDate><![CDATA[Tue, 22 Jul 2003 13:03:51]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ excuse me, it's not a stupid question.. since some sites (most I know) either use default.htm, index.htm etc for their opening (default) page.<br /> Thus, it would be smart to put the poll on the first page a user comes to,<br /> thus I would not consider it a stupid question. Since some people might actually want to make it work with their sites. Again, got a solution for this? Nope.. then.. err.. ??? <br /> <br /> Also, I do have other php applications that run from htm files and are inserted code into htm files, so it can work if coded properly.<br /> <br /> So, really not a stupid question, infact as I'm sure many have h eard, there are no supid questions.... Only some stupid answers.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5526.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5526.php</link>
				<pubDate><![CDATA[Tue, 22 Jul 2003 18:06:20]]> GMT</pubDate>
				<author><![CDATA[ entoone]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ No need to get so defensive.<br /> <br /> You do realise that an index.php or default.php would work in exactly the same way? My site's opening page is index.php and my poll is on the index page. Webdesign does not begin and end with html.<br /> <br /> [quote]Also, I do have other php applications that run from htm files and are inserted code into htm files, so it can work if coded properly. <br /> [/quote]<br /> <br /> I don't see how that could be true. Are you sure it's not perl or cgi scripts?  <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5528.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5528.php</link>
				<pubDate><![CDATA[Tue, 22 Jul 2003 20:09:58]]> GMT</pubDate>
				<author><![CDATA[ fove]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ No defensive.. just making note of your start of your message..<br /> <br /> "ermm....kinda a stupid question rly, everything " that is not a good way to start off.. indicating that others aren't with the program.<br /> <br /> Never the less, I understand fully the differences, I'm saying CAN IT WORK? being inserted into an htm file? that's what I'm trying to find out, I have tried several methods and none work. <br /> <br /> The author doesn't support this application, so I'm not going pay the 15 bucks.. I have over 300 customers and look for various methods to provide new things, surverys and such to my clients, but have to know they will want to work with their htm and things along those lines.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5537.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5537.php</link>
				<pubDate><![CDATA[Tue, 22 Jul 2003 23:10:25]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Lol that wasn't my post, I merely agreed. Anyhow, there is no way a php code can work in a .html or .htm file. The various extentions are there for a  reason. However php files are no different to html files so I don't see the problem of using them. You only have to rename them.<br /> If you are not willing to pay for php hosting then you should look for a free provider.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5543.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5543.php</link>
				<pubDate><![CDATA[Wed, 23 Jul 2003 00:28:32]]> GMT</pubDate>
				<author><![CDATA[ fove]]></author>
			</item>
			<item>
				<title>Advanced Poll</title>
				<description><![CDATA[ I'm new to PHP myself and agree that there are no stupid questions. And I think some of these answers are a little rude to newbies like myself.  I am used to Perl but just learning PHP.<br /> <br /> I had the same problem as others here. I also use Dreamweaver and am using htm as an extension. <br /> <br /> Can I change ONLY the pages that I am putting the poll on to php and leave the index as htm?  I don't see why not.  I will try it but thought I'd run it by the pros here.<br /> <br /> Anyone?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5548.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5548.php</link>
				<pubDate><![CDATA[Wed, 23 Jul 2003 07:04:35]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>.php vs .html</title>
				<description><![CDATA[ Yes, you need to rename the page where you place the php code to .php, but you don't have to rename all the .html files, just the one where you put the poll.<br /> <br /> If you are being hosted, and you want to put the poll on the first page, ask your server admin to put index.php AND index.html into your default document settings.<br /> <br /> There are no stupid questions, I agree!<br /> <br /> Xenzap]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5550.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5550.php</link>
				<pubDate><![CDATA[Wed, 23 Jul 2003 15:42:10]]> GMT</pubDate>
				<author><![CDATA[ xenzap]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ When i go to install advanced poll 2.0 using mysql, i get a query error and it says the file poll config has already been created...what do i do?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5556.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5556.php</link>
				<pubDate><![CDATA[Wed, 23 Jul 2003 18:55:32]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Poll</title>
				<description><![CDATA[ Dreamweaver does not show the poll when you view the browser from your desktop.  The file has to be saved as .php (unlike with Perl/CGI scripts) and uploaded to your server in order to view the poll.<br /> <br /> The code for each poll can be found here:<br /> <br /> - Poll List<br /> - Click the Text icon under Stats for the poll that you want to use<br /> <br /> Copy and paste the code for the poll into your HTML code. The top part (&lt;?php ...) goes in the Header before &lt;HTML&gt;.<br /> <br /> The part after &lt;body&gt; is the actual poll code and is inserted wherever you want the poll to appear on the page.<br /> <br /> Hope this helps.<br /> <br /> ~ Dawn]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5610.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5610.php</link>
				<pubDate><![CDATA[Tue, 29 Jul 2003 07:23:33]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hey guys here's a question for ya....<br /> <br /> If HTML works in a file with the extension .HTML or .HTM <br /> <br /> then....<br /> <br /> PHP will work in a file with the extension .PHP ???<br /> <br /> and...<br /> <br /> You've got PHP code in a file with the extentsion .HTML or .HTM then it won't work!!! You need to change it to .PHP for it to work. Another major factor is that PHP won't just work in your browser like HTML. HTML is parsed by the browser, and PHP code is parsed and executed by a separate script interpreter engine thingy and then the results are sent to the browser. Try this great place :: <a class="snap_shots" href="http://www.php.net/" target="_blank" rel="nofollow">http://www.php.net/</a><br /> <br /> The principle here is that the PHP code is embedded in the HTML code. This means all you have to do is change the files extension to .PHP and add the relevant bits of PHP code inbetween these tags &lt;?php ...code goes here... and ?&gt; The rest of the file can be just normal HTML. Read this for more info :: <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=2067" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=2067</a> ::<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2143/5672.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2143/5672.php</link>
				<pubDate><![CDATA[Sat, 2 Aug 2003 17:37:07]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
	</channel>
</rss>