+ 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.
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!
+ 3
Mashan Shaluka1: I would be glad to. let me put something together for you.
+ 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!
+ 1
@metrik
can you show me the code please
0
thank you @metrik