Comments on photos in a website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Comments on photos in a website

simply I have a html website which hosts images and I want to enable users to comment their opinions below each image. Other users should be able to see and reply to the comments, needs something like recapcha to lower spamming. Looking for some help with this.

5th May 2017, 2:19 PM
Mashan Shaluka1
Mashan Shaluka1 - avatar
5 Answers
+ 3
you could always us php/javascript and a database to do it. 1, set up a form using php to get the users comments 2,then validate it using javascript. 3,store the user input in a variable in php. 4,then store your php variable in the database. 5,then use php to display it in your comments sections. Hope this helps🕵 Have A Great Day!
6th May 2017, 1:33 AM
Metrik 🕵
Metrik 🕵 - avatar
+ 3
Mashan Shaluka1: I would be glad to. let me put something together for you.
11th May 2017, 1:26 PM
Metrik 🕵
Metrik 🕵 - avatar
+ 2
here is what i use for a chat room i made for one of my post. you can use it for a starting point. let me know if i can help any more. https://code.sololearn.com/WR2dGS93bkJZ/?ref=app Hope this helps!
12th May 2017, 2:27 AM
Metrik 🕵
Metrik 🕵 - avatar
+ 1
@metrik can you show me the code please
11th May 2017, 11:34 AM
Mashan Shaluka1
Mashan Shaluka1 - avatar
0
thank you @metrik
13th May 2017, 8:51 AM
Mashan Shaluka1
Mashan Shaluka1 - avatar