thanks kh99,
1. i think you have a mistake in the $title = $user = .. row (don't know why you did that).
2. I am trying to also get the user link to his profile
I tried several ways (non worked ):
$link = 'http://www.s-maof.com/members/' . urlencode( $userid. '-'. preg_replace("/ /","-",$user));
$userlink = '<a href="'. $link . '" \>' . $user . '</a>';
i'm sutre there is an easier way..
|