I seem to have a problem....... Im calling a user from the database but it dosnt display that users nick only its ID how do I fix this....... I wana see the nick not the ID 
Heres my snippet im useing
	
This part here shows the ID how do I get it to show the nick instead.......
 
	
							
						
					Heres my snippet im useing
PHP Code:
	
	
$unick = getnick_uid($rela[2]);
  $lnk = "<a href=\"index.php?action=viewuser&who=$rela[2]&sid=$sid\">$unick</a>";
  echo "Relation: <b>Married to $lnk</b> <br/>"; 
PHP Code:
	
	
sid=$sid\">$rela[2]</a>"; 
 Call to funtion
									
									
									Call to funtion
								


Comment