When ever I try to call store procedure in mysql that sends back a result set, it keeps saying me that \"can\'t return a result set in the given context\".
I\'ve goo
It works perfectly with PHP 5.2.10 as well.
From an earlier version, I've successfully used mysqli::multi_query to call a problematic procedure and get the right results.