Use the <pre> tag before the input, and </pre> after it.

Andrey Hristov
IcyGEN Corporation
http://www.icygen.com
BALANCED SOLUTIONS


----- Original Message ----- 
From: "Michiel van Heusden" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 16, 2001 2:30 PM
Subject: [PHP] stupid little problem


> sorry..I'm quite new in this php-stuff
> i've got a little problem
> 
> if I write
> 
> a$ = "test";
> b$ = "test2";
> data$ .= a$ . "   " . b$ "      ";
> echo data$;
> 
> it outputs:
> "test test2"
> instead of:
> "test   test2      "
> 
> I really need that spaces..
> any help?
> thnx
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to