Thanks to reply

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Thanks to reply

    This is for saying thanks to topic.
    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&amp;who=$links[0]&amp;sid=$sid\">".getnick_uid($links[0])."</a>";

       echo 
    "$link,";
       } 
    How to use it in replies???i mean saying thanks to replies???
Working...
X