Re: [PHP] Problem serializing a mysqli_result object.
Posted by Jason Barnett on 07/08/05 16:28
But why are you going to all of that trouble? What does the
mysqli_result object have that you really need? If you just need the
result set then you can fetch it as an assoc array and serialize that.