Jump to content

[Solved] Mysqli Stmt Get Result: Fatal Error (Php Feature)


marcose

Recommended Posts

Hello everyone.

 

I'm tryin to make a secure PHP script on johnny server where makes SQL query (Preventing SQL Injection), using mysqli class procedural style.

 

The problem is than I got a Fatal error callin mysqli_stmt_get_result() cause is a undefined function, so I search in PHP bugs & forums and find this:

 

http://www.php.net/manual/en/mysqli-stmt.get-result.php#105802

 

 

So, here is my feature request.

 

Is possible to update the PHP version or Install that plugin?

 

Thanks, OPhE.

Link to comment
Share on other sites

MySQL Native Driver is a replacement for the MySQL Client Library (libmysqlclient). MySQL Native Driver is part of the official PHP sources as of PHP 5.3.0.

 

Perhaps we could upgrade to PHP 5.3, instead of installing the extension.

 

Normally, there shouldn't be any problems for the users when upgrading to 5.3.

http://www.php.net/manual/en/migration53.incompatible.php

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...