Search found 5 matches

by mjorld
Mon Aug 09, 2010 5:43 pm
Forum: PHP - Code
Topic: french characters getting mangled from html form to php mail
Replies: 0
Views: 403

french characters getting mangled from html form to php mail

I have looked all over, and it sounds like I am far from the only person to have this problem, yet no one's solution has worked for me :banghead: . I am hoping someone out there has a brilliant solution. I have an HTML form. Once filled out, the values are taken by some php code using $_POST. These ...
by mjorld
Thu Jun 03, 2010 11:39 am
Forum: PHP - Code
Topic: emailing html attachment loses image map
Replies: 0
Views: 126

emailing html attachment loses image map

I am loving this forum. It seems I can find answers to nearly all my php question. Unfortunately here is one of the reasons I have to say "nearly". I have built a small program that builds an html file which is to be used as an email signature. The user fills out a simple form and receives...
by mjorld
Fri Apr 23, 2010 9:21 am
Forum: PHP - Code
Topic: emailing html form
Replies: 4
Views: 405

Re: emailing html form

This is moving along quite nicely, but I have hit another obstacle similar to the last one. The problem comes from working with french characters, such as éèçà and so on. I have an html web form which the user fills out. Values are then taken from said form and inserted into an html letter (for lack...
by mjorld
Mon Apr 19, 2010 12:47 pm
Forum: PHP - Code
Topic: emailing html form
Replies: 4
Views: 405

Re: emailing html form

That was amazingly helpful. Thank you very much.
As I suspected, the missing bit was the header section
"Content-type:text/html;charset=utf-8"
Now I can get move on and learn some more interesting stuff.
Thank you again.
by mjorld
Mon Apr 19, 2010 11:07 am
Forum: PHP - Code
Topic: emailing html form
Replies: 4
Views: 405

emailing html form

Hi, I am new to php, having come from a C++ background. I am trying to do something that should be fairly simple but have been banging my head against the wall trying to get it to work and not finding the answer on any forums. I am hoping that someone will be able to help me so that i can continue a...