$user = mysql_fetch_assoc(mysql_query('select * from `users` where `id` = ' . $res['user_id'] . ';'));
echo'$user['name']';
<span style="background:'.$cfon.';border-radius:8px 0px 8px 0px;padding:3px 5px 2px 5px;"><b>' . $user['name'] . '</b></span>
ALTER TABLE `users` ADD `nikfon` VARCHAR( 11 ) NOT NULL;
ALTER TABLE `users` ADD `colornick` text NOT NULL ALTER TABLE `users` ADD `colornick2` text NOT NULL ALTER TABLE `users` ADD `cfon` text NOT NULL