function get_link($link, $user_id)
{
global $base_url;
return $base_url . "../profile/" . $link;
}
Have any of you clever, cool people got any ideas of why this is happening? This may have nothing to do with the code. as far as I can see. If I RMC on the URL it shows the persons profile link. However, it opens up my own personal profile. Frustrating now.