php remove/identify this symbol �

后端 未结 8 1737
无人及你
无人及你 2020-12-11 22:26

EDIT:

Ok I have some data (A ton of data) being pulled from a MySQL DB Table, nothing special about how the data is entered. When parsing the data and re-displaying

8条回答
  •  既然无缘
    2020-12-11 22:48

    What are you talking about? Where have you seen this? If its on the rendered page on browser, then you might have saved the file with an improper encoding. Use UTF or unicode encoding while saving the page/source file.

提交回复
热议问题