View Single Post
Old April 14th, 2006, 08:09 AM   #12 (permalink)
mtha
Member
Verified Customer
 
mtha's Avatar
 
Join Date: May 2005
Location: OK, US
Posts: 107
Send a message via Yahoo to mtha
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
mtha is offline   Reply With Quote