json_encode is returning NULL?

前端 未结 10 1975
[愿得一人]
[愿得一人] 2020-11-22 12:22

For some reason the item \"description\" returns NULL with the following code:



        
10条回答
  •  爱一瞬间的悲伤
    2020-11-22 12:58

    I bet you are retrieving data in non-utf8 encoding: try to put mysql_query('SET CHARACTER SET utf8') before your SELECT query.

提交回复
热议问题