Thanks for the new command and help.  It worked!  Ron

On Sat, 2008-02-02 at 19:46 -0500, Greg Bowser wrote:
> First off, I would use heredoc syntax so you don't need to escape the
> quotes:
> 
> $message = <<<EOF
> blah blah blah
> $your $stuff
> $here
> "
> '
> \ blah blah
> 
> EOF;
> 
> Also, since you're using text/html as your content-type, you should
> probably be using &quot; instead of ".
> 
> --Greg

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

Reply via email to