Re: Bold links

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

 



Hi,

> <?php global $current_user;
>      get_currentuserinfo();
> 
>      echo 'Welcome &nbsp;' . "<b>".$current_user->user_firstname . "</b>."\n";
>      echo '' <b>". $current_user->user_lastname . "</b>".\n";
> ?>


On 7 May 2011, at 18:42, Michael Simiyu wrote:

> hey,
> 
> some php 101 here guys :)
> 
> i want to bold the first name and last name in the code below...
> 
> <?php global $current_user;
>      get_currentuserinfo();
> 
>      echo 'Welcome &nbsp;' . $current_user->user_firstname . "\n";
>      echo '' . $current_user->user_lastname . "\n";
> ?>
> 
> Thanks
> Michael
> 
> -- 
> 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




[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