I moved my php code to a new hosting which missing mysql_nd
and a have more than 150 functions that use stmt->get_result()
and fetch_assoc
.
Is there a function that can do the same work of stmt->get_result()
and fetch_assoc
and give the exact results so I can fix the problem without having to modify all the functions?