i made a database for a comment form. the database has one table named "comments" and the table has 3 columns: "id", "name" and "comment".
the code for the form is this
<form name="input" action="actionScript.php" method="post">
<b>Enter Name:</b>
<br />
<input type="text" name="title" />
<br...