+ 3
can you create a like button and store the like value in the database???
this is practice program of creating a like button but there is a condtion you can give a like only onw time like the social site facebook and instsgram and you would store the value of the like in the database
2 ответов
+ 1
let's assume if client change the ip address and first of all there is a login system assume also it and sorry i forgot to mention it
thank you
0
You need to store your client’s username/id if they are logged in to your website but if there is no user management in your website, you can store your client’s IP address and only let them to click the like button once and also make a database for like on the button and just increase the number of likes whenever a new client clicks the button. you should be able to make this using PHP, MySql, HTML and CSS