html - PHP Encoding iso -
i working on university website have access body of page, cant change encoding of pages. pages use encoding:
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
i want include file called content.php
include('content.php');
when happen
the problem can not find text editor convert content.php iso-8859-1 encoding. tried different types encoding content.php iso-8859-6 nothing works.
someone please suggest solution encoding problem. in advance.
you try using notepad ++
Comments
Post a Comment