<?php global $current_user; get_currentuserinfo(); echo 'Welcome <B>' . $current_user->user_firstname . "</B>\n"; echo '<B>' . $current_user->user_lastname . "</B>\n"; ?> Richard L. Buskirk -----Original Message----- From: Michael Simiyu [mailto:simiyu.michael@xxxxxxxxx] Sent: Saturday, May 07, 2011 1:42 PM To: php-general@xxxxxxxxxxxxx Subject: Bold links 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 ' . $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