Is this easier for you? $fullname = $session["f_name"]." ".$session["l_name"];
----- Original Message ----- From: "Mantas Kriauciunas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 30 July, 2002 7:11 PM Subject: [PHP] fullname > Hey php-general, > > is there some other easyer way to do in one line than this?: > > > $fullname .= " "; > $fullname .= > > P.S the thing is to add line in the middle of the first and last names > :) > > Thanks > -- > Best regards, > Mantas > > Contacts: > [EMAIL PROTECTED] > > > -- > 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