Using str_split on a UTF-8 encoded string

前端 未结 7 1552
天命终不由人
天命终不由人 2020-11-29 00:37

I\'m currently working on a project, and instead of using regular MySQL queries I thought I\'d go ahead and learn how to use PDO.

I have a table called contestants,

7条回答
  •  -上瘾入骨i
    2020-11-29 01:08

    I only had issues with text fields in my database structure, storing product descriptions. I set the field settings to blob instead of text, which solved my problem.

提交回复
热议问题