At 19.03.2002  21:40, you wrote:
>
>Hi!
>I have read several tricks of how to remove white spaces but how to create
>them?
>
>I wan´t to build a normal textmail like this:
>$message="
>product    items    price    amount
>book        2            25            50
>cd-rom     3            15            45";

take ....book\t2\t25\t50\n...
\t is TAB \n is LF (or CR\LF) depending on hosts os

>mail($recipient, $subject, $message, $headers);
>
>How do I write to get the tab spaces?
>--
HTH Oliver


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

Reply via email to