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

Reply via email to