Hi,
Using a new external script and I'm getting the following error:
Fatal error: Call to undefined function mysqli_stmt_get_result() in /home/....
According to the script developer, an host issue.
I asked my server management company and they came back with this answer:
Note:
o currently I need to stick with mod_php and php 5.4.45
o According to phpinfo: mysql, mysqli, mysqlnd is installed.
If it is correct that "mysqli_stmt_get_result" is only avaialble till php 5.3?
Any suggestion how to tackle this issue?
Thanks a lot in advance
Jack