So far, i have the following
(this file is submit.php)
<form action="insert.php" method="post">
<p>Handle: <input type="text" name="handle" /></p>
<p>Real Name: <input type="text" name="name" /></p>
<p>Regular Channel: <input type="text" name="channel" /></p>
<p>*</p>
<p><input type="submit"...