0
How to make comment section??
Need comment section for user to comment on post.Html code needed
10 Respuestas
+ 14
We can post comments on codes, posts, and activity feeds posts
+ 13
In code: In the code left-up have a “comments” word click on it you can post your comments there
+ 13
oh then send a feedback to SoloLearn for your suggestions.
+ 2
No.i mean in website someone need to put comments then how can i put that area for them
+ 1
Here is a start.
<form method="post" action="#">
<textarea id="txtcomment" rows ="20" name="comment"></textarea>
</form>
+ 1
How to make that comment visible in the post
+ 1
There is a simple way, you can download a comment script from the web.
https://www.powr.io/best-alternative-to-free-comment-script
If you want full control over your comment section, It can get complicated
What you will need.
1. A web server: https://www.apachefriends.org/index.html
If you don't want to run your own personal server then try this as an
1. Alternative (free web hosting)
https://www.freehosting.com/
2. A Database: ( MySQL) usually bundled with free web hosting
3. Knowledge about (PHP)
4. An action Page: Created with PHP
5. This Tutorial
https://www.youtube.com/watch?v=kWOuUkLtQZw
Good luck!
+ 1
Ok!i will try
0
How??
0
@ Chris C.
What I'm trying to do here is create a website that has a form and when my user fill the form it takes them to comment section or better still drops the data in the comment section of sololearn.
Do I need knowledge on PHP for that.