This is for saying thanks to topic.
How to use it in replies???i mean saying thanks to replies???
PHP Code:
echo "Users say thanks to this post<br/>";
$query = mysql_query("SELECT uid FROM ibwf_thankss WHERE tid='".$tid."'");
while ($links = mysql_fetch_array($query))
{
$link = "<a href=\"index.php?action=viewuser&who=$links[0]&sid=$sid\">".getnick_uid($links[0])."</a>";
echo "$link,";
}