French characters

1 reply
Joined: 09/01/2007
User offline. Last seen 1 year 9 weeks ago.

You getting klingon in your message body?

I added this to function send_mail() and all is well:

$form['subject'] = eregi_replace($email_replace_array,'',$form['subject']);

$mailbody = utf8_encode($mailbody);

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Joined: 06/04/2007
User offline. Last seen 16 hours 3 min ago.

What encoding do you use on your form tag?

-Andrew M. Riley

User login