-2

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

1 Answers1

0

You required to use charset=UTF-8in 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