By the way, is there any way to show one information from exact one user? (for example ID:1)
how can i do that? For example:
echo '<li><span class="gray">' .
$lng_profile['name'] . ':</span> ' . (empty($user['imname']) ? '' : $user['imname']) . '</li>' .how can i make it to show name from ID1?