Hi everyone,
I'm a complete newbie at PHP, but at my place of employment we're having an issue with a form that has been created by one of our developers. It was originally created in English but we have changed the text to French, only to discover that the emails sent out to confirm the subscription after the form is filled out come in with "?" marks instead of the accented characters, and is also coming through as plain text.
Is there a generic way to specify this in a PHP document or does it vary depending on the type of coding you're doing? If so, what kind of coding do we need to put in to ensure it displays as HTML and not plain text, therefore showing at least the HTML specified characters? If needed I can provide the code in question.
Any help would be greatly appreciated, thank you!
Tash