<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 19 Jun 2013 21:56:11 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Internet Super Hero Blog: PHP: mysqli_stmt_get_result()]]></title>
      <guid>http://www.phpdeveloper.org/news/8513</guid>
      <link>http://www.phpdeveloper.org/news/8513</link>
      <description><![CDATA[<p>
Frustrated with the lack of something simple (like mysql_fetch_assoc) in the new mysqli extension, <a href="http://blog.ulf-wendel.de/?p=156">this new function</a> was created an posted about on the Internet Super Hero blog - mysqli_stmt_get_results.
</p>
<blockquote>
By help of the new function, you can create a <a href="http://www.php.net/manual/en/ref.mysqli.php">mysqli_result object</a> from a statement that returns data (SELECT and other - <a href="http://dev.mysql.com/doc/refman/5.1/en/c-api-prepared-statements.html">version dependent!</a>). Then you can use the mysqli_result object to process the returned data: fetch results, access meta data - all you can also do using a mysqli_result object returned by <a href="http://php.net/mysqli_query">mysqli_query()</a>.
</blockquote>
<p>
Included in <a href="http://blog.ulf-wendel.de/?p=156">the post</a> are a few code examples showing the simplicity of the function and how it can still be used with the standard mysql_* functions to grab the results. 
</p>]]></description>
      <pubDate>Wed, 22 Aug 2007 13:48:00 -0500</pubDate>
    </item>
  </channel>
</rss>
