<?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: PHP API Wrapper (SDK) for QuickBase</title>
	<atom:link href="http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 24 Apr 2012 05:24:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Joshua McGinnis</title>
		<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/#comment-8569</link>
		<dc:creator>Joshua McGinnis</dc:creator>
		<pubDate>Fri, 04 Nov 2011 18:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/post/47470845#comment-8569</guid>
		<description>If you have questions, you&#039;re always welcome to email me directly at joshua@mcginn.is.</description>
		<content:encoded><![CDATA[<p>If you have questions, you&#8217;re always welcome to email me directly at <a href="mailto:joshua@mcginn.is">joshua@mcginn.is</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/#comment-8567</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Fri, 04 Nov 2011 17:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/post/47470845#comment-8567</guid>
		<description>Hi Josh-

Just downloaded your sdk, have yet to try (thanks for your work!). I don&#039;t see any discussion at code.intuit.com, what is the best way to stay in touch and contribute? I&#039;m have a big project on my plate to integrate a large db with a site using flash/flex/actionscript and feel the php sdk would probable help bridging.</description>
		<content:encoded><![CDATA[<p>Hi Josh-</p>
<p>Just downloaded your sdk, have yet to try (thanks for your work!). I don&#8217;t see any discussion at code.intuit.com, what is the best way to stay in touch and contribute? I&#8217;m have a big project on my plate to integrate a large db with a site using flash/flex/actionscript and feel the php sdk would probable help bridging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua McGinnis</title>
		<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/#comment-4610</link>
		<dc:creator>Joshua McGinnis</dc:creator>
		<pubDate>Wed, 09 Mar 2011 01:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/post/47470845#comment-4610</guid>
		<description>Hi Tim,

Thank you for the correction - I have updated the post. 

It would be great to have you join the open source project for the PHP SDK:
https://code.intuit.com/sf/projects/qb_php_sdk

You&#039;re bug reports could end up helping the larger community!

- Joshua</description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>Thank you for the correction &#8211; I have updated the post. </p>
<p>It would be great to have you join the open source project for the PHP SDK:<br />
<a href="https://code.intuit.com/sf/projects/qb_php_sdk" rel="nofollow">https://code.intuit.com/sf/projects/qb_php_sdk</a></p>
<p>You&#8217;re bug reports could end up helping the larger community!</p>
<p>- Joshua</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/#comment-4594</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 08 Mar 2011 18:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/post/47470845#comment-4594</guid>
		<description>Hi Josh,

I found an error in the wrapper for the CSV import. Currently it says this:
$response = $this-&gt;transmit($xml_packet, &#039;API_ImportFormCSV&#039;);
It should say this:
$response = $this-&gt;transmit($xml_packet, &#039;API_ImportFromCSV&#039;);
The api was spelled wrong, which is why I was having so many issues trying to get it to work! :) 

Thanks,

Tim</description>
		<content:encoded><![CDATA[<p>Hi Josh,</p>
<p>I found an error in the wrapper for the CSV import. Currently it says this:<br />
$response = $this-&gt;transmit($xml_packet, &#8216;API_ImportFormCSV&#8217;);<br />
It should say this:<br />
$response = $this-&gt;transmit($xml_packet, &#8216;API_ImportFromCSV&#8217;);<br />
The api was spelled wrong, which is why I was having so many issues trying to get it to work! <img src='http://joshuamcginnis.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Thanks,</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/#comment-1790</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Wed, 08 Dec 2010 15:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/post/47470845#comment-1790</guid>
		<description>For do_query to work for me I had to change 

$response = $this-&gt;transmit($xml_packet, &#039;API_DoQuery&#039;);

to 

$response = $this-&gt;transmit($xml_packet, &#039;API_DoQuery&#039;, &quot;&quot; , false);</description>
		<content:encoded><![CDATA[<p>For do_query to work for me I had to change </p>
<p>$response = $this-&gt;transmit($xml_packet, &#8216;API_DoQuery&#8217;);</p>
<p>to </p>
<p>$response = $this-&gt;transmit($xml_packet, &#8216;API_DoQuery&#8217;, &#8220;&#8221; , false);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua McGinnis</title>
		<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/#comment-1333</link>
		<dc:creator>Joshua McGinnis</dc:creator>
		<pubDate>Fri, 05 Nov 2010 23:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/post/47470845#comment-1333</guid>
		<description>Email me next week and I&#039;ll help you out a little more: joshua_mcginnis@intuit.com</description>
		<content:encoded><![CDATA[<p>Email me next week and I&#8217;ll help you out a little more: <a href="mailto:joshua_mcginnis@intuit.com">joshua_mcginnis@intuit.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mery</title>
		<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/#comment-1328</link>
		<dc:creator>Mery</dc:creator>
		<pubDate>Fri, 05 Nov 2010 19:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/post/47470845#comment-1328</guid>
		<description>I&#039;ve tried different functions that convert simplexml to arrays but none of them have worked. they either display a &quot;Node does not exist&quot; error or my drop down is blank. Would you be able to post an example?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried different functions that convert simplexml to arrays but none of them have worked. they either display a &#8220;Node does not exist&#8221; error or my drop down is blank. Would you be able to post an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua McGinnis</title>
		<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/#comment-1326</link>
		<dc:creator>Joshua McGinnis</dc:creator>
		<pubDate>Fri, 05 Nov 2010 15:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/post/47470845#comment-1326</guid>
		<description>The SDK automatically turns the response XML into a SimpleXML object (http://php.net/manual/en/book.simplexml.php) for easy traversal.</description>
		<content:encoded><![CDATA[<p>The SDK automatically turns the response XML into a SimpleXML object (<a href="http://php.net/manual/en/book.simplexml.php" rel="nofollow">http://php.net/manual/en/book.simplexml.php</a>) for easy traversal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mery</title>
		<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/#comment-1325</link>
		<dc:creator>Mery</dc:creator>
		<pubDate>Fri, 05 Nov 2010 14:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/post/47470845#comment-1325</guid>
		<description>Thanks for making this Joshua. It&#039;s been really helpful. 

I&#039;m using do_query to pull some information from quickbase but i need the results to be displayed in a drop down box. Based on the API documentation it says that do_query returns a XML file which i was trying to convert into an array that i could use to populate the ddl but i haven&#039;t had any luck. Any suggestions?</description>
		<content:encoded><![CDATA[<p>Thanks for making this Joshua. It&#8217;s been really helpful. </p>
<p>I&#8217;m using do_query to pull some information from quickbase but i need the results to be displayed in a drop down box. Based on the API documentation it says that do_query returns a XML file which i was trying to convert into an array that i could use to populate the ddl but i haven&#8217;t had any luck. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua McGinnis</title>
		<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/#comment-428</link>
		<dc:creator>Joshua McGinnis</dc:creator>
		<pubDate>Tue, 03 Aug 2010 19:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/post/47470845#comment-428</guid>
		<description>Hi Wilfredo,

While no one has published any changes to the PHP SDK to allow POSTing without cURL, it is possible. Just note that whatever you choose, you use POST and not GET as GET requests will eventually be phased out. 

Here&#039;s a blog post on how to POST data using PHP streams (@fopen):
http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl

Let me know how it turns out.

- Joshua</description>
		<content:encoded><![CDATA[<p>Hi Wilfredo,</p>
<p>While no one has published any changes to the PHP SDK to allow POSTing without cURL, it is possible. Just note that whatever you choose, you use POST and not GET as GET requests will eventually be phased out. </p>
<p>Here&#8217;s a blog post on how to POST data using PHP streams (@fopen):<br />
<a href="http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl" rel="nofollow">http://wezfurlong.org/blog/2006/nov/http-post-from-php-without-curl</a></p>
<p>Let me know how it turns out.</p>
<p>- Joshua</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilfredo</title>
		<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/#comment-370</link>
		<dc:creator>Wilfredo</dc:creator>
		<pubDate>Tue, 03 Aug 2010 13:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/post/47470845#comment-370</guid>
		<description>Thanks for making this Joshua. Have you or anyone you know changed/modified it to work without curl?</description>
		<content:encoded><![CDATA[<p>Thanks for making this Joshua. Have you or anyone you know changed/modified it to work without curl?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/#comment-10</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 06 Oct 2009 18:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/post/47470845#comment-10</guid>
		<description>Joshua,
Thank you for making this PHP API. It is great.
I just wanted to point out to others that might use this,  that now that API Tokens are utilized more (I think will be mandatory), I have found in my brief expermintation with your Class library that some functions are missing support to send the app token.
I see that you recently updated the Class to support App Tokens in some functions, however For Example, I see it is missing from  the XML portion of gen_results_table

If I figure out how/where to add, I will post the fix.

Thanks,
Brian</description>
		<content:encoded><![CDATA[<p>Joshua,<br />
Thank you for making this PHP API. It is great.<br />
I just wanted to point out to others that might use this,  that now that API Tokens are utilized more (I think will be mandatory), I have found in my brief expermintation with your Class library that some functions are missing support to send the app token.<br />
I see that you recently updated the Class to support App Tokens in some functions, however For Example, I see it is missing from  the XML portion of gen_results_table</p>
<p>If I figure out how/where to add, I will post the fix.</p>
<p>Thanks,<br />
Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/#comment-9</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Thu, 23 Apr 2009 15:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/post/47470845#comment-9</guid>
		<description>@bennington
we do this all the time.

i&#039;ve just posted some very basic examples of how to use the wrapper here:
http://blog.joshuamcginnis.com/2009/04/quickbase-php-api-examples/

basically, what you would need to do is loop over each mysql result, build your add_record query and then add the record.</description>
		<content:encoded><![CDATA[<p>@bennington<br />
we do this all the time.</p>
<p>i&#8217;ve just posted some very basic examples of how to use the wrapper here:<br />
<a href="http://blog.joshuamcginnis.com/2009/04/quickbase-php-api-examples/" rel="nofollow">http://blog.joshuamcginnis.com/2009/04/quickbase-php-api-examples/</a></p>
<p>basically, what you would need to do is loop over each mysql result, build your add_record query and then add the record.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bennington Purcell</title>
		<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/#comment-8</link>
		<dc:creator>Bennington Purcell</dc:creator>
		<pubDate>Thu, 16 Apr 2009 01:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/post/47470845#comment-8</guid>
		<description>Could you give us an example of how to use this?   I want to run a query on mysql and import that directly once a day to Quickbase.

Thanks!  This looks really good.</description>
		<content:encoded><![CDATA[<p>Could you give us an example of how to use this?   I want to run a query on mysql and import that directly once a day to Quickbase.</p>
<p>Thanks!  This looks really good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Developer</title>
		<link>http://joshuamcginnis.com/2008/09/07/php-wrapper-for-quickbase/#comment-7</link>
		<dc:creator>A Developer</dc:creator>
		<pubDate>Sun, 28 Sep 2008 20:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joshuamcginnis.com/post/47470845#comment-7</guid>
		<description>What is the license on this code? BSD? MIT?</description>
		<content:encoded><![CDATA[<p>What is the license on this code? BSD? MIT?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

