<?php
require_once ("mainfile.php");
include ("header.php");
OpenTable ();
?>
<form method="post" action="add_reg.php">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="375" id="AutoNumber1">
<tr>
<td><div align="right">ID</div></td>
<td><input name="id" type="text" id="id" size="20" /></td>
</tr>
<tr>
<td width="53">
<p align="right">Letra:</td>
<td width="322"><label>
<textarea name="liryc" cols="50" rows="10" id="liryc"></textarea>
</label></td>
</tr>
<tr>
<td width="53" align="right">Cancion:</td>
<td width="322"><input type="Text" name="song" size="20"></td>
</tr>
<tr>
<td width="53" align="right">Artista:</td>
<td width="322"><input type="Text" name="artist" size="20"></td>
</tr>
<tr>
<td width="53" align="right">Año:</td>
<td width="322"><input type="Text" name="year" size="20"></td>
</tr>
<tr>
<td width="53" align="right">Album:</td>
<td width="322"><input type="Text" name="album" size="20"></td>
</tr>
</table>
<br>
<input type="Submit" name="enviar" value="Aceptar información">
</form>
<?php
CloseTable ();
?>