returning statement created by mysqli_stmt_bind_param
- by bigmac
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?