File : index.html. ID : 0302
Skin : Default | Sons-of-obsidian | Sunburst | Highlighter | Frame
<body>
<form action=recfirst.pl method=post>สร้างแฟ้มข้อมูล
<input type=submit value=Createfile>
</form>
<form action=recadd.pl method=post>เพิ่มระเบียนใหม่
User id : <input name=id value=4101001><br>
Password: <input name=passwd type=password>
<input type=submit value="Add new record">
</form>
<form action=recdel.pl method=post>ลบตามเลขลำดับของระเบียน
<input name=id><input type=submit value="Delete record">
</form>
<form action=recchange.pl method=post>แก้ไขข้อมูลตามเลขลำดับ
<input name=id value=1><input name=data>
<input type=submit value="Change record">
</form>
<form action=reclst.pl method=post>นำข้อมูลมาแสดง
<input type=submit value=List>
</form>
<form action=filedel.pl method=post>ลบแฟ้มข้อมูล
<input type=submit value="Delete file">
</form>
</body>