First of all, use <?php than <?, just get used to it now rather than get pissed later when it isnt a habit yet

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



Reply via email to