Skip to content
Advertisement

Tag: bindparam

how do I correctly use mysqli_stmt::bindParam()

I am having difficulty understanding how to properly use bindParam(); I have been following the details at the following URL: http://php.net/manual/en/pdo.prepared-statements.php which show the following as one of their examples: This example is obviously incomplete, however, it shows enough of the details that I should be able reproduce the same results. I have lifted the code below out of my

Advertisement