The like/dislike button script found here: http://wcetdesigns.com/tutorials/demos/like-dislike-button.html works perfectly for what I am trying to do on my webpage. The issue I am having is I can connect to one table perfect but the script breaks if I try to add another set of like/dislike buttons that connects to another table. How can I add 2 additional like/dislike button sets that can connect to 2 addtional tables in my database.
For example
Topic name (like/dislike button set that connects to table 1)
Messages (like/dislike button set that connect to table 2)
Message Replies (like/dislike button set that connects to table 3)
any help would be appreciated.
Thanks