B
bss
Dear All,
I have developing a French website using PHP & Ajax. In that I tried
to display some French texts from mysql database using Ajax. Form
local I got the text from db with
Correct accents but in online French accents are missing. The text
displays like this "de r?isation pour regroup?a majorit?es ". I
declared following code in the head section of the file.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<script src="include/showartical.js" type="text/javascript"
language="javascript" > </script>
</head>
When i display the text with out using Ajax I get the French text
perfectly.
Please help me how to display French text without missing any accents
using PHP & Ajax.
With Regards
Ashok
I have developing a French website using PHP & Ajax. In that I tried
to display some French texts from mysql database using Ajax. Form
local I got the text from db with
Correct accents but in online French accents are missing. The text
displays like this "de r?isation pour regroup?a majorit?es ". I
declared following code in the head section of the file.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
<script src="include/showartical.js" type="text/javascript"
language="javascript" > </script>
</head>
When i display the text with out using Ajax I get the French text
perfectly.
Please help me how to display French text without missing any accents
using PHP & Ajax.
With Regards
Ashok