<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Adv. Poll PopUp Code"]]></title>
		<link>https://proxy2.de/forum/posts/list/2.php</link>
		<description><![CDATA[Latest messages posted in the topic "Adv. Poll PopUp Code"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Adv. Poll PopUp Code</title>
				<description><![CDATA[ Hi, <br /> Have installed Advanced Poll and it works great!<br /> <br /> Just one questions:<br /> Wonder if there is someone who has clean PHP code to insert.<br /> My PopUp function will not work  <img src="https://proxy2.de/forum//images/smilies/908627bbe5e9f6a080977db8c365caff.gif" /> <br /> <br /> Regards<br /> Nicklas, sweden<br /> ps! proxy2 guestbook is cool  <img src="https://proxy2.de/forum//images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1168/2940.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1168/2940.php</link>
				<pubDate><![CDATA[Sat, 2 Nov 2002 10:50:17]]> GMT</pubDate>
				<author><![CDATA[ albatross]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ <img src="https://proxy2.de/forum//images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> <br /> <br /> Hehe, found solutions myself!<br /> Here is the progress code:<br /> <br /> [b]Before html:[/b]<br /> (not sure it´s correct, but it works fine on my site)<br /> <br /> &lt;?php<br /> $poll_path = dirname(__FILE__);<br /> if (eregi("WIN",PHP_OS)) {<br />     $poll_path = str_replace("\\","/",$poll_path);<br /> }<br /> require "./poll_cookie.php";<br /> header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");<br /> header("Last-Modified: " . gmdate("D, d M Y H:i:s") . "GMT");<br /> header("Cache-Control: no-cache, must-revalidate");<br /> header("Pragma: no-cache");<br /> ?&gt;<br /> <br /> [b]Somewere into your body html:[/b] <br /> <br /> &lt;?php<br /> require $poll_path."/include/config.inc.php";<br /> require $poll_path."/include/$POLLDB[class]"; <br /> require $poll_path."/include/class_poll.php"; <br /> $CLASS["db"] = new polldb_sql;<br /> $CLASS["db"]-&gt;connect(); <br /> <br /> $php_poll = new poll();<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 /> ?&gt;]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/1168/2941.php</guid>
				<link>https://proxy2.de/forum/posts/preList/1168/2941.php</link>
				<pubDate><![CDATA[Sat, 2 Nov 2002 13:34:51]]> GMT</pubDate>
				<author><![CDATA[ albatross]]></author>
			</item>
	</channel>
</rss>