MySQL Forums
Forum List  »  PHP

bind_param deprecated - then what?
Posted by: matthew Baynham
Date: August 28, 2020 02:04PM

I want to bind a parameter when I'm calling a MySQL stored procedure from some PHP.

Sounds simple except I read this "Warning This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0." in the manual for php https://www.php.net/manual/en/function.mysqli-bind-param.php

So if the command to bind a parameter has been deprecated, what's the work around?

Options: ReplyQuote


Subject
Written By
Posted
bind_param deprecated - then what?
August 28, 2020 02:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.