hi all;

I' am using the encoding type utf8- and its works on the firefox. but when i run my index on the IE 6 and IE 7 it does not detect the utf8. what seems to the problem of this? Can put the type of encoding so that my page would run in deffernt browser?

i really don't think this is a php problem.

anyways:
do you have an example? also, do you have a doctype.

i really don't think this is a php problem.

anyways:
do you have an example? also, do you have a doctype.

yes i ahve a docktype.

what encoding type should i do so that the IE 6 and IE 7 detect the utf8??

do you havve idea?

For your "broser problem"
Probably <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

i really don't think this is a php problem.

anyways:
do you have an example? also, do you have a doctype.

this is my heading

<?php echo "<?xml version=\"1.0\" encoding=\"utf-8\"?".">"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.