How to pass condition statements to a mySql query

后端 未结 1 1268
轮回少年
轮回少年 2020-12-12 08:14

I am updating this question to better clarify what am looking for. I am passing an array to a function which is supposed to update a cart. I have two variables, $isbn<

相关标签:
1条回答
  • 2020-12-12 08:43

    If i get your question, you could use split() function it will divide a string into various element based on the occurrence of pattern in string. and returns an array of strings after splitting up a string.

    0 讨论(0)
提交回复
热议问题