PHP + MySql + Stored Procedures, how do I get access an “out” value?

后端 未结 2 626
我在风中等你
我在风中等你 2020-11-29 07:27

Documentation is severely lacking on anything to do with stored procedures in mysql with PHP. I currently have a stored procedure that I call via PHP, how can I get the valu

2条回答
  •  一整个雨季
    2020-11-29 08:24

    Here's an example of how to do this with mysql, mysqli, and pdo:

    http://www.joeyrivera.com/2009/using-mysql-stored-procedures-with-php-mysqlmysqlipdo/

提交回复
热议问题