How to make comment section?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make comment section??

Need comment section for user to comment on post.Html code needed

7th Jun 2019, 3:30 AM
saw rose
saw rose - avatar
10 Answers
+ 14
We can post comments on codes, posts, and activity feeds posts
7th Jun 2019, 3:32 AM
JTLZ
+ 13
In code: In the code left-up have a “comments” word click on it you can post your comments there
7th Jun 2019, 3:36 AM
JTLZ
+ 13
oh then send a feedback to SoloLearn for your suggestions.
7th Jun 2019, 3:42 AM
JTLZ
+ 2
No.i mean in website someone need to put comments then how can i put that area for them
7th Jun 2019, 3:40 AM
saw rose
saw rose - avatar
+ 1
Here is a start. <form method="post" action="#"> <textarea id="txtcomment" rows ="20" name="comment"></textarea> </form>
11th Jun 2019, 8:46 AM
Chris Coder
Chris Coder - avatar
+ 1
How to make that comment visible in the post
13th Jun 2019, 10:07 AM
saw rose
saw rose - avatar
+ 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!
13th Jun 2019, 3:37 PM
Chris Coder
Chris Coder - avatar
+ 1
Ok!i will try
13th Jun 2019, 3:39 PM
saw rose
saw rose - avatar
0
How??
7th Jun 2019, 3:33 AM
saw rose
saw rose - avatar
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.
24th Sep 2020, 3:24 AM
Akinola Oluwatofunmi
Akinola Oluwatofunmi - avatar