alexgeek
01-01-2008, 08:00 PM
Is there a function that will return the username of the userid passed to it?
something like:
$id = 1;
$user = get_username_from_id($id);
echo $user; //output "alexgeek"
something like:
$id = 1;
$user = get_username_from_id($id);
echo $user; //output "alexgeek"