Possible to use multiple/nested MySQLi statements?

前端 未结 3 1851
闹比i
闹比i 2021-01-11 16:03

Is it possible to have a MySQLi prepared statement within the fetch() call of a previous statement? If not, what\'s the best way around it?

3条回答
  •  無奈伤痛
    2021-01-11 16:24

    You should be able to do that, although you make have to start a second connection.

提交回复
热议问题