<?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: Up to Speed with the FileMaker PHP API</title>
	<atom:link href="http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/</link>
	<description>smart business solutions</description>
	<lastBuildDate>Thu, 22 Mar 2012 11:56:17 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Geoff Coffey</title>
		<link>http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/comment-page-1/#comment-2108</link>
		<dc:creator>Geoff Coffey</dc:creator>
		<pubDate>Mon, 16 Jan 2012 19:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/#comment-2108</guid>
		<description>Chevell:

I&#039;m a pretty poor PHP developer but that error means you need an &amp; in there somewhere. 

In your case I think you need it here:

&lt;pre&gt;&lt;code&gt;$cmd = $connection...
&lt;/code&gt;&lt;/pre&gt;

Should be...

&lt;pre&gt;&lt;code&gt;$cmd =&amp; $connection...
&lt;/code&gt;&lt;/pre&gt;

Does that fix it?</description>
		<content:encoded><![CDATA[<p>Chevell:</p>
<p>I&#8217;m a pretty poor PHP developer but that error means you need an &#038; in there somewhere. </p>
<p>In your case I think you need it here:</p>
<pre><code>$cmd = $connection...
</code></pre>
<p>Should be&#8230;</p>
<pre><code>$cmd =&#038; $connection...
</code></pre>
<p>Does that fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chevell</title>
		<link>http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/comment-page-1/#comment-2107</link>
		<dc:creator>Chevell</dc:creator>
		<pubDate>Mon, 16 Jan 2012 17:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/#comment-2107</guid>
		<description>Hi... I am trying to simply trigger an FMP script. I created a run script.php and when I access it, I get and error:

Notice: Only variable references should be returned by reference in C:\Program Files (x86)\FileMaker\FileMaker Server\Web Publishing\publishing-engine\php\FileMaker\Command.php on line 126

Here is my code:


setProperty(&#039;username&#039;, &#039;admin&#039;);
$connection-&gt;setProperty(&#039;password&#039;, &#039;master&#039;);

$cmd = $connection-&gt;newPerformScriptCommand(&#039;ClassDetail&#039;, &#039;web_test&#039;, &#039;status&#039;);
$result = $cmd-&gt;execute();
    
?&gt;</description>
		<content:encoded><![CDATA[<p>Hi&#8230; I am trying to simply trigger an FMP script. I created a run script.php and when I access it, I get and error:</p>
<p>Notice: Only variable references should be returned by reference in C:\Program Files (x86)\FileMaker\FileMaker Server\Web Publishing\publishing-engine\php\FileMaker\Command.php on line 126</p>
<p>Here is my code:</p>
<p>setProperty(&#8217;username&#8217;, &#8216;admin&#8217;);<br />
$connection-&gt;setProperty(&#8217;password&#8217;, &#8216;master&#8217;);</p>
<p>$cmd = $connection-&gt;newPerformScriptCommand(&#8217;ClassDetail&#8217;, &#8216;web_test&#8217;, &#8217;status&#8217;);<br />
$result = $cmd-&gt;execute();</p>
<p>?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivonne Theus</title>
		<link>http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/comment-page-1/#comment-2086</link>
		<dc:creator>Ivonne Theus</dc:creator>
		<pubDate>Fri, 14 Oct 2011 19:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/#comment-2086</guid>
		<description>I don&#039;t buy it that she pays 30%. $60,000 on the tax tables is only 25% bracket. That assumes she has no deductions, credits, or exemptions. If she is married that rate will drop down to around 17%.
Another example of BS class baiting.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t buy it that she pays 30%. $60,000 on the tax tables is only 25% bracket. That assumes she has no deductions, credits, or exemptions. If she is married that rate will drop down to around 17%.<br />
Another example of BS class baiting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sukhwant</title>
		<link>http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/comment-page-1/#comment-2075</link>
		<dc:creator>sukhwant</dc:creator>
		<pubDate>Wed, 14 Sep 2011 07:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/#comment-2075</guid>
		<description>I&#039;am newbie to filemaker...thanks a lot for this great article to understand the basics of using filemake api...i really enjoyed...thanks a ton again..peace</description>
		<content:encoded><![CDATA[<p>I&#8217;am newbie to filemaker&#8230;thanks a lot for this great article to understand the basics of using filemake api&#8230;i really enjoyed&#8230;thanks a ton again..peace</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amar Kavade</title>
		<link>http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/comment-page-1/#comment-2064</link>
		<dc:creator>Amar Kavade</dc:creator>
		<pubDate>Tue, 02 Aug 2011 12:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/#comment-2064</guid>
		<description>I did not able to Filemaker.php library file.
Please help how to include in my program.
how find Filemaker.php library file?
waiting for answer.</description>
		<content:encoded><![CDATA[<p>I did not able to Filemaker.php library file.<br />
Please help how to include in my program.<br />
how find Filemaker.php library file?<br />
waiting for answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Concannon</title>
		<link>http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/comment-page-1/#comment-2023</link>
		<dc:creator>Sean Concannon</dc:creator>
		<pubDate>Wed, 05 Jan 2011 04:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/#comment-2023</guid>
		<description>NIce article., has helped me a bit with error trapping but I do have one problem.

How would one continue past the error 401?

I’m using FMStudio(PHP API for fileMaker) for my website and on one page I have several searches with several dynamic tables displaying the reurned records. I’d like the page to continue if there is a 401 on one of the searches but reurn a custom messgae for the search that came up empty.

I’m not at all well versed with PHP but I imagine the “die” part of the code is basically saying “if no records found for this search – stop processing the page?”

How can I continue with the other searches?
Thank you</description>
		<content:encoded><![CDATA[<p>NIce article., has helped me a bit with error trapping but I do have one problem.</p>
<p>How would one continue past the error 401?</p>
<p>I’m using FMStudio(PHP API for fileMaker) for my website and on one page I have several searches with several dynamic tables displaying the reurned records. I’d like the page to continue if there is a 401 on one of the searches but reurn a custom messgae for the search that came up empty.</p>
<p>I’m not at all well versed with PHP but I imagine the “die” part of the code is basically saying “if no records found for this search – stop processing the page?”</p>
<p>How can I continue with the other searches?<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Concannon</title>
		<link>http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/comment-page-1/#comment-2022</link>
		<dc:creator>Sean Concannon</dc:creator>
		<pubDate>Wed, 05 Jan 2011 04:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/#comment-2022</guid>
		<description>NIce article., has helped me a bit with error trapping but I do have one problem.

How would one continue past the error 401?

I&#039;m using FMStudio(PHP API for fileMaker) for my website and on one page I have several searches with several dynamic tables displaying the reurned records. I&#039;d like the page to continue if there is a 401 on one of the searches but reurn a custom messgae for the search that came up empty.

I&#039;m not at all well versed with PHP but I imagine the &quot;die&quot; part of the code is basically saying &quot;if no records found for this search - stop processing the page?&quot;

How can I continue with the other searches? 
Thank you</description>
		<content:encoded><![CDATA[<p>NIce article., has helped me a bit with error trapping but I do have one problem.</p>
<p>How would one continue past the error 401?</p>
<p>I&#8217;m using FMStudio(PHP API for fileMaker) for my website and on one page I have several searches with several dynamic tables displaying the reurned records. I&#8217;d like the page to continue if there is a 401 on one of the searches but reurn a custom messgae for the search that came up empty.</p>
<p>I&#8217;m not at all well versed with PHP but I imagine the &#8220;die&#8221; part of the code is basically saying &#8220;if no records found for this search &#8211; stop processing the page?&#8221;</p>
<p>How can I continue with the other searches?<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlos</title>
		<link>http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/comment-page-1/#comment-1998</link>
		<dc:creator>carlos</dc:creator>
		<pubDate>Wed, 27 Oct 2010 13:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/#comment-1998</guid>
		<description>Regarding the @ symbol issue when executing a findCommand via the PHP API.

The correct way to search is to place the whole search string in double quotes (&quot;). E.g. to seach for test@test.com your search string should be:

$findCommand-&gt;addFindCriterion(&#039;email&#039;, &#039;&quot;test@test.com&quot;&#039;);

Thanks for your original post though Pirco. The post that clarified it for me was here:

http://forums.filemaker.com/posts/50c48f7295</description>
		<content:encoded><![CDATA[<p>Regarding the @ symbol issue when executing a findCommand via the PHP API.</p>
<p>The correct way to search is to place the whole search string in double quotes (&#8221;). E.g. to seach for <a href="mailto:test@test.com">test@test.com</a> your search string should be:</p>
<p>$findCommand-&gt;addFindCriterion(&#8217;email&#8217;, &#8216;&#8221;test@test.com&#8221;&#8216;);</p>
<p>Thanks for your original post though Pirco. The post that clarified it for me was here:</p>
<p><a href="http://forums.filemaker.com/posts/50c48f7295" rel="nofollow">http://forums.filemaker.com/posts/50c48f7295</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pirco</title>
		<link>http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/comment-page-1/#comment-1919</link>
		<dc:creator>pirco</dc:creator>
		<pubDate>Tue, 16 Mar 2010 17:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/#comment-1919</guid>
		<description>to answer my question (which I found on some forum). 
@ signs need to be replaced with &quot;\&quot;@\&quot;&quot; (escaped quotes around the @ sign).</description>
		<content:encoded><![CDATA[<p>to answer my question (which I found on some forum).<br />
@ signs need to be replaced with &#8220;\&#8221;@\&#8221;" (escaped quotes around the @ sign).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pirco</title>
		<link>http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/comment-page-1/#comment-1917</link>
		<dc:creator>pirco</dc:creator>
		<pubDate>Tue, 16 Mar 2010 06:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://sixfriedrice.com/wp/up-to-speed-with-the-filemaker-php-api/#comment-1917</guid>
		<description>hi, coming in late but with an issue:
I try to perform a find on an email field and even though the email address exists, no records are found. I realized that this might be due to the @ sign in the address. could this be? and what&#039;s the work around?

thanks!</description>
		<content:encoded><![CDATA[<p>hi, coming in late but with an issue:<br />
I try to perform a find on an email field and even though the email address exists, no records are found. I realized that this might be due to the @ sign in the address. could this be? and what&#8217;s the work around?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

