Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
202 views
in Technique[技术] by (71.8m points)

mysql - replace the caracter XE9 to é - php

i have just get value from database , the problem is that the caracter i get : é , when i print values i get é , normal , but i get in code some code as that : XE9, the problem is that i want to use this value to print PDF file, and it's cause stange caracter in the pdf ,

I want to replace the caracter XE9 to é to print normally my pdf file , i want to use str_replace but i can't get the value .

question from:https://stackoverflow.com/questions/65885713/replace-the-caracter-xe9-to-%c3%a9-php

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...