wadboram Posted September 10, 2011 Share Posted September 10, 2011 I'm having 2 problems after translating a membership site script into Arabic (RTL): 1. Sending of emails are having symbols and not right language (Confirmation emails that is sent after new member register) 2. Trying to submit Arabic data in forms but the script won't allow this. It consider them empty as if it never reads them. I should write English in forms Any one could help? Link to comment https://forums.phpfreaks.com/topic/246870-php-script-problem-converting-into-arabic-rtl/ Share on other sites More sharing options...
voip03 Posted September 19, 2011 Share Posted September 19, 2011 8bit encoding is not reliable in e-mail . Non-ASCII characters into a mail body is to set Content-Transfer-Encoding to either base64 and the encode the body with base64_encode Link to comment https://forums.phpfreaks.com/topic/246870-php-script-problem-converting-into-arabic-rtl/#findComment-1270579 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.