Display your achievement. There are three functions.
Insert data.
Form link in view.php.
-> Input data in input_form.php.
-> If you can insert data, then click the home link (to view.php).
Delete data.
Click the delete button in view.php
Edit data.
Click the edit button.
-> Input data in edit_form.php.
-> If you can edit data, then click the home link (to view.php).
table : id*, name, title, year
*primary key
永田順伸,PHP+MySQLマスターブック,株式会社マイナビ,
This is my first work using MySQL.