I'm working on a school project, and I have two identical databases on two different PCs. I'm running the same website, identical files, on each one.
On my laptop, the mysqli_stmt_get_result($stmt)
function works perfectly, whereas on my desktop it returns an call to unidentified function error. Likewise, mysqli_stmt_close()
works fine on my desktop, but not on my laptop.
I'm using php 7.2.1
on my desktop, and 7.2.14
on my laptop, so these should be included...