Code này do tự tay mình mod nhé mấy bạn coppy xin ghi nguồn : Hoàng Anh dùm mình công sức mod mệt lắm.
down files dưới up lên host và giải nén thêm code này vào chỗ muốn hiện thì
<?php if($user_id){ $data =mysql_result(mysql_query("select count(*) from `theodoi` where `topic`='$id' and `user_id`='$user_id'"),0); if($data==0) echo '<a href="'.$home.'/forum/theodoi.php?t='.$id.'"><input type="button" value="Theo dõi"></a>'; else echo '<a href="'.$home.'/forum/theodoi.php?t='.$id.'"><input type="button" value="Bỏ theo dõi"/></a>'; }Copy code