on 30/07/02 5:12 PM, Wee Keat ([EMAIL PROTECTED]) wrote:

> Is this easier for you?
> 
> $fullname = $session["f_name"]." ".$session["l_name"];

or

$fullname = "{$session['f_name']} {$session['l_name']}";


Justin French


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

Reply via email to