French characters

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.

Form encoding

What encoding do you use on your form tag?

-Andrew M. Riley

User login