charset setting for an include file (.inc)

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
a2ztranslate
Forum Newbie
Posts: 1
Joined: Mon Feb 14, 2005 11:14 pm

charset setting for an include file (.inc)

Post by a2ztranslate »

ok, i am no php programmer., we have a client's site that is built in php, using .inc files within a frame. we set the language tag (html lang = ja) and charset in the frame (UTF8), but the browser is unable to map the charset to the include files that hold the body content. should i repeat the same charset in the .inc file? seems strange to me to have to do this?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

how are these include files included? Maybe post some code.
Post Reply