[Solved] How to implement the dislike-like button [closed]


erm… you can’t really do that with html alone, mate. You need a server-side script to handle that. Suggest Php.

After that, use a GET or POST method to carry your like or dislike vote to the server-side script.

solved How to implement the dislike-like button [closed]