<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: MySQpolL</title>
	<link>http://www.daantje.nl</link>
	<description>My thoughts, projects and documentation... So I can find them again...</description>
	<pubDate>Mon, 21 May 2012 18:57:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Daantje</title>
		<link>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-53856</link>
		<author>Daantje</author>
		<pubDate>Fri, 08 Feb 2008 22:07:49 +0000</pubDate>
		<guid>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-53856</guid>
		<description>Found the problem, the script is NOT php5 compatible... May be someone can port/debug it? I don't have the time...</description>
		<content:encoded><![CDATA[<p>Found the problem, the script is NOT php5 compatible&#8230; May be someone can port/debug it? I don&#8217;t have the time&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daantje</title>
		<link>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-51405</link>
		<author>Daantje</author>
		<pubDate>Sun, 03 Feb 2008 11:29:37 +0000</pubDate>
		<guid>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-51405</guid>
		<description>stdClass? That is the standard PHP class... Does the example work on your server, without any changes but the mysql connect configuration?

I think that your code is missing something like this;
$MySQpolL = new MySQpolL(); //init the class

Or you are missing quotes somewhere, an example;
$MySQpolL-&gt;config[vote_button]        = "VOTE";
give errors, it should by like this:
$MySQpolL-&gt;config['vote_button']        = "VOTE";

You can do at the bottom of your script this to check what is in your object:
print_r($MySQpolL); 

I can help if you mail me your code...</description>
		<content:encoded><![CDATA[<p>stdClass? That is the standard PHP class&#8230; Does the example work on your server, without any changes but the mysql connect configuration?</p>
<p>I think that your code is missing something like this;<br />
$MySQpolL = new MySQpolL(); //init the class</p>
<p>Or you are missing quotes somewhere, an example;<br />
$MySQpolL->config[vote_button]        = &#8220;VOTE&#8221;;<br />
give errors, it should by like this:<br />
$MySQpolL->config[&#8217;vote_button&#8217;]        = &#8220;VOTE&#8221;;</p>
<p>You can do at the bottom of your script this to check what is in your object:<br />
print_r($MySQpolL); </p>
<p>I can help if you mail me your code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evgheny</title>
		<link>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-51379</link>
		<author>Evgheny</author>
		<pubDate>Sun, 03 Feb 2008 09:45:23 +0000</pubDate>
		<guid>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-51379</guid>
		<description>Hello. I have a problem. It gives me an error:
Fatal error: Cannot use object of type stdClass as array in /home/pollv2/admin.php on line 38
Could you let me know what I should do?</description>
		<content:encoded><![CDATA[<p>Hello. I have a problem. It gives me an error:<br />
Fatal error: Cannot use object of type stdClass as array in /home/pollv2/admin.php on line 38<br />
Could you let me know what I should do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daantje</title>
		<link>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-25973</link>
		<author>Daantje</author>
		<pubDate>Thu, 18 Oct 2007 15:20:28 +0000</pubDate>
		<guid>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-25973</guid>
		<description>Will fix it ;)</description>
		<content:encoded><![CDATA[<p>Will fix it ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ranie</title>
		<link>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-25952</link>
		<author>Ranie</author>
		<pubDate>Thu, 18 Oct 2007 14:04:22 +0000</pubDate>
		<guid>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-25952</guid>
		<description>In the read me... It tells me to edit that file... :) But cool I'll check it out</description>
		<content:encoded><![CDATA[<p>In the read me&#8230; It tells me to edit that file&#8230; :) But cool I&#8217;ll check it out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daantje</title>
		<link>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-25949</link>
		<author>Daantje</author>
		<pubDate>Thu, 18 Oct 2007 11:18:35 +0000</pubDate>
		<guid>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-25949</guid>
		<description>Where do you have that include line anyway??</description>
		<content:encoded><![CDATA[<p>Where do you have that include line anyway??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daantje</title>
		<link>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-25948</link>
		<author>Daantje</author>
		<pubDate>Thu, 18 Oct 2007 11:11:12 +0000</pubDate>
		<guid>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-25948</guid>
		<description>The config is all in the index.php, so you can delete that include line.</description>
		<content:encoded><![CDATA[<p>The config is all in the index.php, so you can delete that include line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ranie</title>
		<link>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-25947</link>
		<author>Ranie</author>
		<pubDate>Thu, 18 Oct 2007 11:04:04 +0000</pubDate>
		<guid>http://www.daantje.nl/gpl-projects/mysqpoll/#comment-25947</guid>
		<description>Yo! A "small" problem... The MySQpolL.conf.inc.php is missing from the package :)</description>
		<content:encoded><![CDATA[<p>Yo! A &#8220;small&#8221; problem&#8230; The MySQpolL.conf.inc.php is missing from the package :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

