# TalkingTom (14.01.2015 / 20:28)You need to get an user using this function.
By the way, is there any way to show one information from exact one user? (for example ID:1)
how can i do that?
$user = functions::get_user(1);
if (is_array($user)) {
echo $user['imname'];
}