Add this tag in between
<meta name="google" value="notranslate">
<head> and </head>:<meta name="google" value="notranslate">
This blog contains PHP related article.this article is very useful because here posted article is project related problem and issues.
<head> and </head>:header ('Content-type: text/html; charset=utf-8');
// or
header ('Content-type: text/html; charset=iso8859-15');
and add<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- or -->
<meta http-equiv="Content-Type" content="text/html; charset=ISO8859-15" />
between the <head></head> tagsheader ('Content-type: text/html; charset=utf-8');