Hello,

on 09/28/2006 02:27 PM Ross said the following:
> Is there a function that sorts out all the dodgy characters in an email...
> 
> e.g.
> 
> 
>  ? An update on Scottish Social Networks Forum ? A summary of the conference 
> "Social Networks - Evidence and Potential" ? Information on two 
> organisations playing their part in supporting positive social networks - 
> Counselling & Psychotherapy in Scotland and Neighbourhood Networks ?
> 
> 
> I can use stripslashes(string); to remove the backslashes but what about the 
> blocks. I assume they are spaces.

There are no dodgy characters for e-mail. What you may need is to encode
those characters to send them by e-mail. You may need to use
quoted-printable for bodies and q-encoding for headers.

If you are not sure how to do that, you may want to try this MIME
message composing and sending class that takes care of that for you:

http://www.phpclasses.org/mimemessage


-- 

Regards,
Manuel Lemos

Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

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

Reply via email to