on 7/23/01 10:49 AM, Matt Greer at [EMAIL PROTECTED] wrote:

> on 7/23/01 6:25 PM, Kyle Smith at [EMAIL PROTECTED] wrote:
> 
>> I made this code for a simple for (the end of it) but what do i change in the
>> $message variable so there is a new line between each other variable in
>> $message (ive tried $name. <br>. $last_name and..... **** happens)
>> 
> 
> Did you try $name . "<br>" . $last_name, etc.
> 
Er, I mean 

$message = "$name . '<br>' ... ";

Matt


-- 
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