Hello Bill,

Saturday, May 22, 2004, 11:43:17 AM, you wrote:

BF> how do I add newline commands in the middle of a text string?

BF> How do I write it so the email message text is on two lines,
BF> My name is BILL
BF> My favorite color is RED

$message = "My name is " . $myname . "\nMy favorite color is " . $color;

\n = new line

-- 
Best regards,
 Richard Davey
 http://www.launchcode.co.uk / PHP Development Services
 http://www.phpcommunity.org/wiki/296.html / PHP Community

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

Reply via email to