<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Accessing cforms Data Directly</title>
	<atom:link href="http://iandunn.name/accessing-cforms-data-directly/feed/" rel="self" type="application/rss+xml" />
	<link>http://iandunn.name/accessing-cforms-data-directly/</link>
	<description>Seattle-based web developer blogging about tips and solutions</description>
	<lastBuildDate>Sun, 29 Jan 2012 06:57:49 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Ian</title>
		<link>http://iandunn.name/accessing-cforms-data-directly/comment-page-1/#comment-318</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 21 May 2010 13:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://iandunn.name/workblog/?p=114#comment-318</guid>
		<description>Hey Kyle, I think you could do that. Try this:

1) mysql_connect() to the Wordpress database (using the database user, name, password from /config.php)
2) $rawCForms = mysql_fetch_assoc(mysql_query(&quot;SELECT option_value FROM wp_options WHERE option_name = &#039;cforms_settings&#039;&quot;));
3) $arrayCForms = unserialize($rawCForms);</description>
		<content:encoded><![CDATA[<p>Hey Kyle, I think you could do that. Try this:</p>
<p>1) mysql_connect() to the WordPress database (using the database user, name, password from /config.php)<br />
2) $rawCForms = mysql_fetch_assoc(mysql_query(&#8220;SELECT option_value FROM wp_options WHERE option_name = &#8216;cforms_settings&#8217;&#8221;));<br />
3) $arrayCForms = unserialize($rawCForms);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Edginton</title>
		<link>http://iandunn.name/accessing-cforms-data-directly/comment-page-1/#comment-309</link>
		<dc:creator>Kyle Edginton</dc:creator>
		<pubDate>Fri, 21 May 2010 01:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://iandunn.name/workblog/?p=114#comment-309</guid>
		<description>Do I have to be within the Wordpress environment to do this? I am trying to access specific cforms data from a page outside of Wordpress so that I can eliminate all of the excess and then print out a formated table.</description>
		<content:encoded><![CDATA[<p>Do I have to be within the WordPress environment to do this? I am trying to access specific cforms data from a page outside of WordPress so that I can eliminate all of the excess and then print out a formated table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://iandunn.name/accessing-cforms-data-directly/comment-page-1/#comment-204</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://iandunn.name/workblog/?p=114#comment-204</guid>
		<description>Thanks for posting this. I&#039;ve been using cforms on a particular project and, well, I freaked out when I saw how they stored the form data. Why, oh why wouldn&#039;t they want to use a separate table with each row, perhaps, having the form-specific data? It seems like storing it as a gigantic serialized string is just asking for trouble.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. I&#8217;ve been using cforms on a particular project and, well, I freaked out when I saw how they stored the form data. Why, oh why wouldn&#8217;t they want to use a separate table with each row, perhaps, having the form-specific data? It seems like storing it as a gigantic serialized string is just asking for trouble.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

