tags:

views:

33

answers:

1

I have a contact form that is build in arabic language. When it is ever used, the received mail looks like this ...

إسلام  الإسم
مهندس برمجيات   المهنة
010 التليÙون
email   البريد الإلكترونى
تجربة  Ø§Ù„Ø¥Ø³ØªÙØ³Ø§Ø±

I need to solve this issue as soon as possible as this page is a part of a company website that I`m updating.

Thanks in advance.

PS: I will try the methods on my localhost before using it on the website.

A: 

i'm not sure but the Lang attribute will used to display the language content

arabic language code is ar

Try this in your mail content

<P LANG=ar>This paragraph is in arabic.</P>
gowri
nope didn`t work. PS I tried it on localhost echo "اللغة العربية" . "<br>";echo "<P LANG=ar>اللغة العربية</P>"; both produce اللغة العربية
sikas