GeorgeForster I'm getting some strange errors on calls to mysqli_stmt_bind_result. The first few parameters are accepted OK, the rest trigger error PHP0412 Use of unassigned variable xxxx. Is this a normal error, and what can I do to remove these errors?
JakubMisek Thank you for the feedback - the editor probably incorrectly handles varargs passed by reference (&...$vars). Will be fixed!