mysqli_stmt_get_result alternative for php 5.2.6
I am not an expert of php, I developed a small service which query a mysql db. However I developed with php 5.4, and then discovered that my web hosting plan has 5.2.6, so I am having few problems with some undefined function. Specifically, in this case, how can I solve the mysqli_stmt_get_result undefined function … Read more