0
Hello! How can I put coments in my web page and see when someone coments
2 Respuestas
+ 5
You need to create server side backend script, and listen to POST request of form submission of your frontend webpage, update database accordingly, and render your webpage based on database comment data.
https://youtu.be/sMPayYZFodE
0
Or use a cms like wordpress