returning statement created by mysqli_stmt_bind_param

Posted by bigmac on Stack Overflow See other posts from Stack Overflow or by bigmac
Published on 2010-03-28T00:08:22Z Indexed on 2010/03/28 0:13 UTC
Read the original article Hit count: 291

Filed under:
|

I am using mysqli_stmt_bind_param() to create an INSERT statement. For some reason I am getting an error. I used mysqli_error() to see the error message, but it's not especially useful.

Is there a way to just see what query is actually being executed?

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql