News Feed
Jobs Feed
Sections




News Archive
Internet Super Hero Blog:
PHP mysqli_stmt_get_result()
August 22, 2007 @ 13:48:00

Frustrated with the lack of something simple (like mysql_fetch_assoc) in the new mysqli extension, this new function was created an posted about on the Internet Super Hero blog - mysqli_stmt_get_results.

By help of the new function, you can create a mysqli_result object from a statement that returns data (SELECT and other - version dependent!). 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 mysqli_query().

Included in the post 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.

0 comments voice your opinion now!
bind value mysqlstmtgetresult object mysqlquery simple bind value mysqlstmtgetresult object mysqlquery simple


blog comments powered by Disqus

Similar Posts

Michael Kimsal's Blog: PHP is not object oriented!

PHP-GTK Community Site: GTKSMS & freeFAX - Fax Over IP

Fabien Potencier's Blog: Do you need a Dependency Injection Container?

Konstantin Kudryashov: phpspec2: SUS and collaborators

Developer Tutorials Blog: Easy Screen Scraping in PHP with the Simple HTML DOM Library


Community Events









Don't see your event here?
Let us know!


code opinion example release object testing event api unittest development database language introduction zendframework2 functional composer framework phpunit interview community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework