I have a php form which submits information to an email. Everything works fine when dealing with 'normal' text. However, if a user submits "العربية", the resulting text displays as "د لله ".
The website is in 3 languages (EN, FR, AR). Page encoding is unicode...
Clearly it is an encoding problem, but I have looked around and cannot really see where to start to fix the problem. My php form submits to an external php file(contactus.php attached ), which in turn checks configuration information on an external text file.



Reply With Quote


Bookmarks