<?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 for Joey Rivera</title>
	<atom:link href="http://www.joeyrivera.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joeyrivera.com</link>
	<description>Blogging about PHP, Actionscript, MySQL, and other interests.</description>
	<lastBuildDate>Mon, 23 Jan 2012 15:23:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Twitter API, OAuth Authentication, and Zend_Oauth Tutorial by Affect Media</title>
		<link>http://www.joeyrivera.com/2010/twitter-api-oauth-authentication-and-zend_oauth-tutorial/comment-page-1/#comment-1935</link>
		<dc:creator>Affect Media</dc:creator>
		<pubDate>Mon, 23 Jan 2012 15:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=617#comment-1935</guid>
		<description>Thanks! It works perfect, intergrated in Pimcore</description>
		<content:encoded><![CDATA[<p>Thanks! It works perfect, intergrated in Pimcore</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MySQL Stored Procedures with PHP mysql/mysqli/pdo by Joey</title>
		<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedures-with-php-mysqlmysqlipdo/comment-page-2/#comment-1934</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Sat, 21 Jan 2012 17:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=284#comment-1934</guid>
		<description>Gracias!</description>
		<content:encoded><![CDATA[<p>Gracias!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MySQL Stored Procedures with PHP mysql/mysqli/pdo by programarivm</title>
		<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedures-with-php-mysqlmysqlipdo/comment-page-2/#comment-1933</link>
		<dc:creator>programarivm</dc:creator>
		<pubDate>Sat, 21 Jan 2012 15:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=284#comment-1933</guid>
		<description>Hi, excellent article. I attach a post (the post is in Spanish, and the MySQL script’s in Catalan) that explains how to implement a virtual store with MySQL stored procedures. There’s a MySQL API there for typical CRUD operations. Greetings to all!
http://programarivm.com/2012/01/comercio-electronico-de-la-uoc-base-de-datos-de-una-tienda-virtual-con-stored-procedures-y-stored-functions-de-mysql/</description>
		<content:encoded><![CDATA[<p>Hi, excellent article. I attach a post (the post is in Spanish, and the MySQL script’s in Catalan) that explains how to implement a virtual store with MySQL stored procedures. There’s a MySQL API there for typical CRUD operations. Greetings to all!<br />
<a href="http://programarivm.com/2012/01/comercio-electronico-de-la-uoc-base-de-datos-de-una-tienda-virtual-con-stored-procedures-y-stored-functions-de-mysql/" rel="nofollow">http://programarivm.com/2012/01/comercio-electronico-de-la-uoc-base-de-datos-de-una-tienda-virtual-con-stored-procedures-y-stored-functions-de-mysql/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MySQL Stored Procedures with PHP mysql/mysqli/pdo by Kunal Bhairunge</title>
		<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedures-with-php-mysqlmysqlipdo/comment-page-2/#comment-1929</link>
		<dc:creator>Kunal Bhairunge</dc:creator>
		<pubDate>Sat, 14 Jan 2012 07:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=284#comment-1929</guid>
		<description>Hi Joey

Thanks for the sample and explanation it’s really help me a lot</description>
		<content:encoded><![CDATA[<p>Hi Joey</p>
<p>Thanks for the sample and explanation it’s really help me a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Graph API App Easy w/ PHP SDK by Kristen</title>
		<link>http://www.joeyrivera.com/2010/facebook-graph-api-app-easy-w-php-sdk/comment-page-1/#comment-1928</link>
		<dc:creator>Kristen</dc:creator>
		<pubDate>Fri, 13 Jan 2012 21:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=642#comment-1928</guid>
		<description>Just wondering if anyone ever found a way around this?</description>
		<content:encoded><![CDATA[<p>Just wondering if anyone ever found a way around this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling a DLL with PHP by lawrence</title>
		<link>http://www.joeyrivera.com/2009/calling-a-dll-with-php/comment-page-1/#comment-1926</link>
		<dc:creator>lawrence</dc:creator>
		<pubDate>Tue, 10 Jan 2012 22:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=293#comment-1926</guid>
		<description>I think we have to rememer that all DLLs cannot be registered or use .NET.  I&#039;m just now looking to do the same. I&#039;ve called dlls from other scripting languages in the past.  I&#039;m sure I&#039;ll find an answer.

I just wanted to mention that when working with third party dlls that all cannot be registered and developers should either code a wrapper that can be registered of document how they can be used otherwise.</description>
		<content:encoded><![CDATA[<p>I think we have to rememer that all DLLs cannot be registered or use .NET.  I&#8217;m just now looking to do the same. I&#8217;ve called dlls from other scripting languages in the past.  I&#8217;m sure I&#8217;ll find an answer.</p>
<p>I just wanted to mention that when working with third party dlls that all cannot be registered and developers should either code a wrapper that can be registered of document how they can be used otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling a DLL with PHP by aruna</title>
		<link>http://www.joeyrivera.com/2009/calling-a-dll-with-php/comment-page-1/#comment-1925</link>
		<dc:creator>aruna</dc:creator>
		<pubDate>Tue, 10 Jan 2012 15:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=293#comment-1925</guid>
		<description>iam trying to call c++ dll in php.
while creating a COM object iam getting error,can&#039;t create COM object..like this...

Is it mandatory to register the dll into system to use that dll in php.
and how to write wrapper for that dll to use those functions in php..
 if anybody knows ,please clarify this.
Thanks..</description>
		<content:encoded><![CDATA[<p>iam trying to call c++ dll in php.<br />
while creating a COM object iam getting error,can&#8217;t create COM object..like this&#8230;</p>
<p>Is it mandatory to register the dll into system to use that dll in php.<br />
and how to write wrapper for that dll to use those functions in php..<br />
 if anybody knows ,please clarify this.<br />
Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter API, OAuth Authentication, and Zend_Oauth Tutorial by Zend Framework : Zend_Oauth and Zend_Service_Twitter &#8211; Access Your Twitter Application &#171; Welcome to Abdul Malik Ikhsan&#039;s Blog</title>
		<link>http://www.joeyrivera.com/2010/twitter-api-oauth-authentication-and-zend_oauth-tutorial/comment-page-1/#comment-1913</link>
		<dc:creator>Zend Framework : Zend_Oauth and Zend_Service_Twitter &#8211; Access Your Twitter Application &#171; Welcome to Abdul Malik Ikhsan&#039;s Blog</dc:creator>
		<pubDate>Mon, 12 Dec 2011 15:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=617#comment-1913</guid>
		<description>[...] :  http://www.joeyrivera.com/2010/twitter-api-oauth-authentication-and-zend_oauth-tutorial/  http://framework.zend.com/manual/en/zend.oauth.introduction.html  [...]</description>
		<content:encoded><![CDATA[<p>[...] :  <a href="http://www.joeyrivera.com/2010/twitter-api-oauth-authentication-and-zend_oauth-tutorial/" rel="nofollow">http://www.joeyrivera.com/2010/twitter-api-oauth-authentication-and-zend_oauth-tutorial/</a>  <a href="http://framework.zend.com/manual/en/zend.oauth.introduction.html" rel="nofollow">http://framework.zend.com/manual/en/zend.oauth.introduction.html</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MySQL Stored Procedures with PHP mysql/mysqli/pdo by Using MySQL Stored Procedures with PHP mysql/mysqli/pdo &#171; Programming Geeks</title>
		<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedures-with-php-mysqlmysqlipdo/comment-page-2/#comment-1903</link>
		<dc:creator>Using MySQL Stored Procedures with PHP mysql/mysqli/pdo &#171; Programming Geeks</dc:creator>
		<pubDate>Tue, 29 Nov 2011 07:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=284#comment-1903</guid>
		<description>[...] http://www.joeyrivera.com/2009/using-mysql-stored-procedures-with-php-mysqlmysqlipdo/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.joeyrivera.com/2009/using-mysql-stored-procedures-with-php-mysqlmysqlipdo/" rel="nofollow">http://www.joeyrivera.com/2009/using-mysql-stored-procedures-with-php-mysqlmysqlipdo/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MySQL Stored Procedure IN/OUT and Recordset w/ PHP by Jennifer</title>
		<link>http://www.joeyrivera.com/2009/using-mysql-stored-procedure-inout-and-recordset-w-php/comment-page-1/#comment-1870</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 08 Nov 2011 19:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.joeyrivera.com/?p=395#comment-1870</guid>
		<description>Thanks a lot. I had a hard time finding a good, non-spammy tutorial on PHP and MySQL stored procs. This article and the previous one about adding additional parameters to the function call helped me out and fixed a problem I was having. I am new to PHP but not to programming in general. Great articles.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. I had a hard time finding a good, non-spammy tutorial on PHP and MySQL stored procs. This article and the previous one about adding additional parameters to the function call helped me out and fixed a problem I was having. I am new to PHP but not to programming in general. Great articles.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

