Comments section

TodoRojo

New Member
Hey there team,

Just wondering how difficult it would be to make a database for this comment form that I have and/or if there is a place that I could download a database and then use this form. It's a template that I would like to use, but it's obviously non-functional.

<div id="comments">
<h2>Add a comment:</h2>
<form class="comments" method="post" action="comments.php">
<input class="autoclear" name="name" type="text" value="Enter your name" /> *Required <br />
<input class="autoclear" name="mail" type="text" value="Enter your E-mail" /> *Required <br />
<textarea cols="40" rows="10" name="messages"></textarea>

<div class="button_cont">
<a class="button">Comment</a>
</div>
</form>
</div>

<div id="comment_list">



<div class="comment_content">
<h2> said:</h2>
<h4>Date: </h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Pellentesque accumsan ultricies sagittis. Nam sodales tempus mi nec aliquet.</p>

</div>
 
Last edited:

danbnpp

New Member
did you set the permissions right? Try setting the permission of the file to 777 and see if that works.
 

KittyCatSpace

New Member
You can download this pre-built system:

http://siteezy.com/CommentSystem.php

This would be far easier.

To build, you need a form, database and a script function that handles the communication between the two...

You also need an admin to manage the comments.

This requires user login and more!

Download this pre-built system would be your best option.
 
Last edited:

CaldwellYSR

Member
Hey there team,

Just wondering how difficult it would be to make a database for this comment form that I have and/or if there is a place that I could download a database and then use this form. It's a template that I would like to use, but it's obviously non-functional.

Most CMS's have a comment system. Wordpress, Joomla, and Drupal all do I know
 
Top