My Mysql table contains one column Let's discuss together!! when when i get it into php page ? is displaying in place of ' means Let�s discuss together!! . So how to to get data from mysql in php page in proper way
Asked
Active
Viewed 32 times
-2
-
`` – Ritesh Khatri Nov 13 '17 at 12:02
-
1or you can simply convert that variable also through `utf8_decode` method like, `utf8_decode($variable)` – Ritesh Khatri Nov 13 '17 at 12:04
1 Answers
0
You required to use charset=UTF-8
in your page. Add this line in you page,
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

Niklesh Raut
- 34,013
- 16
- 75
- 109
-
can u answer of my question in the link https://stackoverflow.com/questions/47209500/export-issue-by-php-through-mysql-in-excel-file/47209618?noredirect=1#comment81391464_47209618 – vineet shirdhonkar Nov 13 '17 at 12:17