Use "\t" in your string.  \t is will put in a tab.

On Tue, 19 Mar 2002, [iso-8859-1] Jan Grafström 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";
>
> mail($recipient, $subject, $message, $headers);
>
> How do I write to get the tab spaces?
> --
> Regards
> Jan Grafström
>
> sweden
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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

Reply via email to