Re: Super newbie question....

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux