i added AddDefaultCharset utf-8

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pelegk1
Forum Newbie
Posts: 9
Joined: Tue Aug 31, 2004 12:30 am

i added AddDefaultCharset utf-8

Post by pelegk1 »

i added to the apache config file : AddDefaultCharset utf-8

and how i see the dats fro mthe db ok but the test from the php file itself is now ????????
beeacuse if charset defined as window-1255!
what to do?to open all pages and change charset?
thnaks in advance
peleg
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

make sure the file is saved in UTF-8
Post Reply