<?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: Extension 5: How to use PHP in table cells</title>
	<atom:link href="http://tobias.baethge.com/2010/02/extension-5-how-to-use-php-in-table-cells/feed/" rel="self" type="application/rss+xml" />
	<link>http://tobias.baethge.com/2010/02/extension-5-how-to-use-php-in-table-cells/</link>
	<description>Website of Tobias Bäthge.</description>
	<lastBuildDate>Wed, 08 Sep 2010 00:07:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Tobias</title>
		<link>http://tobias.baethge.com/2010/02/extension-5-how-to-use-php-in-table-cells/comment-page-1/#comment-3100</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Sat, 24 Jul 2010 18:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=829#comment-3100</guid>
		<description>Hi Jeremy,

you need to use full PHP code, like:
&lt;pre lang=&quot;php&quot;&gt;

&lt;/pre&gt;

(Maybe you did, I can&#039;t tell, because WordPress stripped your first code snippet.)
If you did actually type that, it is possible that your server prevents text fields from having that content. If that is the case, you might try importing a pre-filled table.

Regards,
Tobias</description>
		<content:encoded><![CDATA[<p>Hi Jeremy,</p>
<p>you need to use full PHP code, like:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&nbsp;</pre></div></div>

<p>(Maybe you did, I can&#8217;t tell, because WordPress stripped your first code snippet.)<br />
If you did actually type that, it is possible that your server prevents text fields from having that content. If that is the case, you might try importing a pre-filled table.</p>
<p>Regards,<br />
Tobias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Tews</title>
		<link>http://tobias.baethge.com/2010/02/extension-5-how-to-use-php-in-table-cells/comment-page-1/#comment-3098</link>
		<dc:creator>Jeremy Tews</dc:creator>
		<pubDate>Fri, 23 Jul 2010 16:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=829#comment-3098</guid>
		<description>I went ahead and created the extension plugin via your instructions. I then activated it via the admin menu. 

Then, I put the following php code
[stripped]

into a cell to pull a custom field out of a post and all it did was print this in the cell box:
&lt;pre lang=&quot;php&quot;&gt;
echo get(&#039;ProjectTitle&#039;); ?&gt;
&lt;/pre&gt;

Did I miss something here or screw it up? Any thoughts?

My overall goal is to have a table on a page that will pull in the custom fields out of posts (using flutter to create custom fields in the admin part of the post). You then could click on that project (a link) to go to the actual post which would give more information on the project. 

Does that make sense? Any thoughts or help in pointing me in the right direction?

Thanks in advance. Love the plugin by the way. Very useful.</description>
		<content:encoded><![CDATA[<p>I went ahead and created the extension plugin via your instructions. I then activated it via the admin menu. </p>
<p>Then, I put the following php code<br />
[stripped]</p>
<p>into a cell to pull a custom field out of a post and all it did was print this in the cell box:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">echo</span> get<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'ProjectTitle'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Did I miss something here or screw it up? Any thoughts?</p>
<p>My overall goal is to have a table on a page that will pull in the custom fields out of posts (using flutter to create custom fields in the admin part of the post). You then could click on that project (a link) to go to the actual post which would give more information on the project. </p>
<p>Does that make sense? Any thoughts or help in pointing me in the right direction?</p>
<p>Thanks in advance. Love the plugin by the way. Very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://tobias.baethge.com/2010/02/extension-5-how-to-use-php-in-table-cells/comment-page-1/#comment-2673</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Wed, 17 Mar 2010 16:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=829#comment-2673</guid>
		<description>Hi,

you get that error because there is an error in the code that you are trying to execute :-) That&#039;s what the &quot;eval()&#039;d code on line 1&quot; means. There is no error here in WP-Table Reloaded or in the Extension, as neither of them have such an attributes() function.
So, you might want to check your code again. :-)

Best wishes,
Tobias</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>you get that error because there is an error in the code that you are trying to execute :-) That&#8217;s what the &#8220;eval()&#8217;d code on line 1&#8243; means. There is no error here in WP-Table Reloaded or in the Extension, as neither of them have such an attributes() function.<br />
So, you might want to check your code again. :-)</p>
<p>Best wishes,<br />
Tobias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vladfeo</title>
		<link>http://tobias.baethge.com/2010/02/extension-5-how-to-use-php-in-table-cells/comment-page-1/#comment-2672</link>
		<dc:creator>vladfeo</dc:creator>
		<pubDate>Wed, 17 Mar 2010 15:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://tobias.baethge.com/?p=829#comment-2672</guid>
		<description>When I try to use this extension, I get an error - &quot;Fatal error: Call to a member function attributes() on a non-object in /usr/home/.../wp-content/plugins/wp-table-reloaded-extensions.php(16) : eval()&#039;d code on line 1&quot;</description>
		<content:encoded><![CDATA[<p>When I try to use this extension, I get an error &#8211; &#8220;Fatal error: Call to a member function attributes() on a non-object in /usr/home/&#8230;/wp-content/plugins/wp-table-reloaded-extensions.php(16) : eval()&#8217;d code on line 1&#8243;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
