Second, you dont need the two lines, write the following to get the space <?php echo $fusername.' '.$lusername; ?>
And you should have your nicely formatted name right there
<? print "$fusername "; print "$lusername"; ?>
/ LJ
www.ljweb.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php