Hi PHP guru's,

I've got a working script that picks up a msg from a textarea and (after

validation etc.) mails out a plain text confirmation e-mail (using
fsockopen). So far, so good. Only problem is when the textarea contains
the Euro symbol, it is replaced in the plain
mail (replaced by ¤).

Does anyone have any hints on how to solve this?
PS: I am aware of the $euro =
htmlentities("¤",ENT_QUOTES,"iso-8859-15"); way of outputting the Euro
symbol in HTML...

Dev: PHP 4.1.2/Apache 1.3.24/Win98
Prod: PHP 4.1.2/Apache 1.3.24/Unix

TIA,

DirkOS




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to