Better to use this:
Code:
Content visible to verified customers only.
You may also want to set
$subcatname = htmlentities($subcatname, ENT_QUOTES,'utf-8');
in adm-inc.php
Quote:
|
Originally Posted by Chuck S Okay well thats not going to control anything what you set in a browser. The admin control panel is english and only english. All the entries are in a database
Your encoding in your browser may effect your browser but its not going to affect a program on the webserver. |
If you want to change charset in admincp, search and replace
iso-08859-1 by
utf-8
in adm-inc.php, adm-index.php, adm-users.php