micro brew wrote:
I am sending an email using mail() and it works fine. But the formatting of the body of the email is wrong. I want to format part of it in columns sort of like
this:
Name Quantity Price


Can this be done neatly without using an html email?

\t is a tab. You can use that to line things up.


Like the other guy said, make sure your strings are within double quotes, otherwise things like \t and \n do not get evaluated.

--
---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

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



Reply via email to