Darksair, I think you’re trying to get the author’s name without being displayed on the page, am I right?
If so you can use $authordata = get_userdata($post->post_author); to get the user’s data and echo $authordata->user_nicename;
Instead of using user_nicename you can use any other variable you find in the get_userdata codex page.