Search found 4 matches

by zemanel752
Thu Sep 18, 2003 2:34 am
Forum: PHP - Code
Topic: mail send with different charset
Replies: 8
Views: 734

I'm sending it using a flash movie, I'll have a look at it. thanks for the tip
by zemanel752
Wed Sep 17, 2003 11:23 am
Forum: PHP - Code
Topic: mail send with different charset
Replies: 8
Views: 734

I've tried that, doesn't work...

if I write this:
á ó é
(a acute, o acute, e acute),
it appears like this:

á ó é
by zemanel752
Tue Sep 16, 2003 8:31 am
Forum: PHP - Code
Topic: mail send with different charset
Replies: 8
Views: 734

the charset could be either utf-8 or windows-1252 (I think). I believe that the function m3rajk wrote about is what I'm looking for. I really dunno how to implement it in my code, but I'll see what I find about that. oh, and the codes used are like these: á and it apears like it should in...
by zemanel752
Mon Sep 15, 2003 7:15 am
Forum: PHP - Code
Topic: mail send with different charset
Replies: 8
Views: 734

mail send with different charset

Hi! I'm using mail() to send variables picked up in a flash movie to an e-mail account. The problem is that in my language (portuguese) we use accentuation in characters and the "special" chars appear like rubbish in the e-mail sent. Could you help me to work out this one? <?php $datestamp...